Skip to content

Commit

Permalink
infra: Install only tox for python-package workflow (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
speller26 authored Dec 11, 2023
1 parent 0b8c1d3 commit 75a675d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e .[test]
pip install tox
- name: Run unit tests
run: |
tox -e unit-tests
Expand Down

0 comments on commit 75a675d

Please sign in to comment.