Skip to content

Commit

Permalink
Merge pull request #218 from emiliom/ci-updates
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
emiliom committed Jun 2, 2023
2 parents 946db01 + f60caaa commit 74da11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
# Just ubuntu, for now
# os: [windows-latest, ubuntu-latest, macos-latest]
os: [ubuntu-latest]
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
shell: bash -l {0}
run: |
source activate TEST
pytest -s -rxs -vv -k "not lcra and not cpc_drought and not usace_rivergages and not usgs_ned"
pytest -s -rxs -vv -k "not lcra and not cpc_drought and not usace_rivergages and not usace_swtwc and not usgs_ned"

0 comments on commit 74da11f

Please sign in to comment.