Skip to content

Commit

Permalink
Update tox setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Jul 24, 2024
1 parent e1efc02 commit 566ce65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: pip install .[dev]
- name: Install tox
run: pip install tox-gh>=1.3.0

- name: Test installs with tox
- name: Test install with tox
run: tox -v --notest

0 comments on commit 566ce65

Please sign in to comment.