Skip to content

Commit

Permalink
Install dev deps in package testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Jul 24, 2024
1 parent 6a6a91b commit f18403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: pip install .
run: pip install .[test]

- name: Test installs with tox
run: tox

0 comments on commit f18403f

Please sign in to comment.