Skip to content

Commit abe42ca

Browse files
committed
Remove tox-factor
1 parent 0a133fe commit abe42ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ env[matrix.python-version] }}
2626
architecture: 'x64'
2727
- name: Install tox
28-
run: pip install tox -U tox-factor
28+
run: pip install tox
2929
- name: Cache tox environment
3030
# Preserves .tox directory between runs for faster installs
3131
uses: actions/cache@v2

.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.10'
3535

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

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

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
python-version: ${{ env[matrix.python-version] }}
6969
architecture: 'x64'
7070
- name: Install tox
71-
run: pip install tox -U tox-factor
71+
run: pip install tox
7272
- name: Cache tox environment
7373
# Preserves .tox directory between runs for faster installs
7474
uses: actions/cache@v2
@@ -192,7 +192,7 @@ jobs:
192192
python-version: ${{ env[matrix.python-version] }}
193193
architecture: 'x64'
194194
- name: Install tox
195-
run: pip install tox -U tox-factor
195+
run: pip install tox
196196
- name: Cache tox environment
197197
# Preserves .tox directory between runs for faster installs
198198
uses: actions/cache@v2

0 commit comments

Comments
 (0)