Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
maybe fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
spookybear0 committed Oct 5, 2020
1 parent fe19f8f commit f6a8972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with tox
- name: Test with pytest
run: |
tox
pytest

0 comments on commit f6a8972

Please sign in to comment.