Skip to content

Commit

Permalink
build: exclude mutually exclusive toxenv
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Feb 26, 2024
1 parent 00d45c8 commit 9fabf0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- "quality"
- "docs"
- "pii_check"
exclude:
- python-version: '3.9'
tox-env: 'py312'
- python-version: '3.12'
tox-env: 'py39'


steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9fabf0a

Please sign in to comment.