Skip to content

Commit

Permalink
additional devdeps test
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Dec 16, 2023
1 parent a0d5bb1 commit 16ee072
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,17 @@ jobs:
fail-fast: false
matrix:
include:
- name: (Allowed Failure) Python 3.11 with development versions of key dependencies
os: ubuntu-latest
python: '3.11'
toxenv: py311-test-devdeps
toxargs: -v

- name: (Allowed Failure) Python 3.12 with remote data and dev version of key dependencies
os: ubuntu-latest
python: '3.12-dev'
toxenv: py312-test-devdeps
toxargs: -v
toxposargs: --remote-data=any

steps:
Expand Down

0 comments on commit 16ee072

Please sign in to comment.