Skip to content

Commit fbf6b7d

Browse files
committed
Refactor install command
1 parent 4041c2a commit fbf6b7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
python-version: ${{ env[matrix.python-version] }}
4747
architecture: 'x64'
4848
- name: Install tox
49-
run: pip install tox==3.27.1
50-
run: pip install -U tox-factor
49+
run: pip install tox==3.27.1 -U tox-factor
5150
- name: Cache tox environment
5251
# Preserves .tox directory between runs for faster installs
5352
uses: actions/cache@v2

0 commit comments

Comments
 (0)