Skip to content

Commit

Permalink
Update environments in workflows file as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Feb 14, 2023
1 parent 137d4ee commit 7e2fd6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/public-api-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: '3.10'

- name: Install tox
run: pip install tox==3.27.1 -U tox-factor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: '3.10'
architecture: 'x64'
- name: Install tox
run: pip install tox==3.27.1
Expand Down

0 comments on commit 7e2fd6f

Please sign in to comment.