Skip to content

Commit d53cada

Browse files
authored
infra: Install only tox for python-package workflow (#165)
1 parent 49c1368 commit d53cada

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
28-
pip install --upgrade pip
29-
pip install -e .[test]
28+
pip install tox
3029
- name: Run unit tests
3130
run: |
3231
tox -e unit-tests

0 commit comments

Comments
 (0)