Skip to content

Commit

Permalink
Run tests with optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 19, 2024
1 parent 9cb3091 commit 861d2b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
deps:
- "standard"
- "optional"
include:
- python: "3.9"
platform: ubuntu-latest
Expand All @@ -47,7 +50,7 @@ jobs:
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.python == '3.13' }}
env:
TOX_ENV: py
TOX_ENV: py${{ matrix.env == "standard" ? "" : "-optional" }}
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down

0 comments on commit 861d2b3

Please sign in to comment.