Skip to content

Commit

Permalink
github actions: fix import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joholl committed Jan 25, 2023
1 parent bddb99e commit 10c34ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
#if: steps.cache-virtualenv.outputs.cache-hit != 'true'

- name: Test
run: pytest
run: python -m pytest

linters:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 10c34ab

Please sign in to comment.