Skip to content

Commit

Permalink
quick fix for py27 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Oct 13, 2023
1 parent 8d4070e commit 94df069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39}
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
- {name: '2.7', python: '2.7.18', os: ubuntu-latest, tox: py27}
- {name: '2.7', python: '2.7.18', os: ubuntu-20.04, tox: py27}
- {name: 'PyPy3', python: 'pypy-3.9', os: ubuntu-latest, tox: pypy3}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 94df069

Please sign in to comment.