Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrose committed Jan 12, 2025
1 parent 1621aa9 commit af69b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# - '3.6'
# - '3.7'
# - '3.8'
- '3.9'
- '3.10'

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:

- name: Run tests
run: |
xvfb-run -a pytest-3
xvfb-run -a pytest

0 comments on commit af69b0b

Please sign in to comment.