Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Nov 15, 2022
1 parent f870b36 commit f5b36da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_test.yml
Expand Up @@ -192,13 +192,11 @@ jobs:

full:
needs: [smoke_test]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
USE_WHEEL: 1
RUN_FULL_TESTS: 1
# The coverage option fails with internal compiler error
# in coverage.c with Ubunto > 18.04
#RUN_COVERAGE: 1
RUN_COVERAGE: 1
INSTALL_PICKLE5: 1
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f5b36da

Please sign in to comment.