Skip to content

Commit

Permalink
Downgrade tox to 3.9 to keep supporting Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shadinaif committed Dec 8, 2022
1 parent 930f500 commit 8054258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: install dependencies
run: |
pip install tox flake8
pip install tox==3.9 flake8
- name: Uses Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 8054258

Please sign in to comment.