Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Dec 8, 2022
1 parent fbf6b7d commit 7abca6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -34,7 +34,7 @@ jobs:
python-version: 3.9

- name: Install tox
run: pip install -U tox-factor
run: pip install tox==3.27.1 -U tox-factor

- name: Public API Check
run: tox -e public-symbols-check
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ jobs:
python-version: 3.9
architecture: 'x64'
- name: Install tox
run: pip install -U tox
run: pip install tox==3.27.1
- name: Cache tox environment
# Preserves .tox directory between runs for faster installs
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: |
.tox
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
python-version: ${{ env[matrix.python-version] }}
architecture: 'x64'
- name: Install tox
run: pip install -U tox-factor
run: pip install tox==3.27.1 -U tox-factor
- name: Cache tox environment
# Preserves .tox directory between runs for faster installs
uses: actions/cache@v2
Expand Down

0 comments on commit 7abca6c

Please sign in to comment.