Skip to content

Commit

Permalink
fix tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
gcseter committed Oct 9, 2024
1 parent 2ac18a0 commit 426ce04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: make test_install

- name: Run tests
run: make test-ci
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
tox
tox-gh
parameterized

0 comments on commit 426ce04

Please sign in to comment.