Skip to content

Commit

Permalink
use makefile to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noxan committed Oct 6, 2023
1 parent 73cae93 commit 62c93f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with tox
run: tox
make requirements
- name: Test
run: make test

0 comments on commit 62c93f2

Please sign in to comment.