Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzheng committed Aug 24, 2023
1 parent 5371e22 commit baea538
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8"]
include:
- python-version: "3.7"
python-include: "python3.7"
tox-env: "py37"
allow_failure: false
- python-version: "3.8"
python-include: "python3.8"
tox-env: "py38"
allow_failure: false
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit baea538

Please sign in to comment.