Skip to content

Commit

Permalink
add pytest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson2981 committed Apr 23, 2024
1 parent 4547f83 commit a644d5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
-
uses: actions/setup-python@v4
with:
# matches compat target in setup.py
python-version: '3.8'
Expand Down

0 comments on commit a644d5d

Please sign in to comment.