Skip to content

Commit

Permalink
have py 3.10 not run extras
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Oct 8, 2021
1 parent e1542f8 commit e16aee0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/libE-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
comms-type: [m, l, t]
exclude:
- os: macos-latest
Expand Down Expand Up @@ -121,6 +121,11 @@ jobs:
run: |
./libensemble/tests/run-tests.sh -e -A "-W error" -z -${{ matrix.comms-type }}
- name: Run tests, Python 3.10
if: ${{ matrix.python_version == '3.10' && matrix.os == 'ubuntu-latest' }}
run: |
./libensemble/tests/run-tests.sh -A "-W error" -z -${{ matrix.comms-type }}
- name: Merge coverage, run Coveralls
env:
COVERALLS_PARALLEL: true
Expand Down

0 comments on commit e16aee0

Please sign in to comment.