Skip to content

Commit 7abca6c

Browse files
committed
WIP
1 parent fbf6b7d commit 7abca6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/public-api-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: 3.9
3535

3636
- name: Install tox
37-
run: pip install -U tox-factor
37+
run: pip install tox==3.27.1 -U tox-factor
3838

3939
- name: Public API Check
4040
run: tox -e public-symbols-check

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ jobs:
9999
python-version: 3.9
100100
architecture: 'x64'
101101
- name: Install tox
102-
run: pip install -U tox
102+
run: pip install tox==3.27.1
103103
- name: Cache tox environment
104104
# Preserves .tox directory between runs for faster installs
105-
uses: actions/cache@v1
105+
uses: actions/cache@v2
106106
with:
107107
path: |
108108
.tox
@@ -142,7 +142,7 @@ jobs:
142142
python-version: ${{ env[matrix.python-version] }}
143143
architecture: 'x64'
144144
- name: Install tox
145-
run: pip install -U tox-factor
145+
run: pip install tox==3.27.1 -U tox-factor
146146
- name: Cache tox environment
147147
# Preserves .tox directory between runs for faster installs
148148
uses: actions/cache@v2

0 commit comments

Comments
 (0)