Skip to content

Commit

Permalink
ci: Fix derp
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Apr 15, 2023
1 parent 8a98b60 commit c9c3a8f
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 @@ -84,7 +84,7 @@ jobs:
run: poetry lock --check

- name: Install dependencies
run: poetry install --with github-actions test
run: poetry install --with github-actions,test

- name: Run pytest
env:
Expand Down

0 comments on commit c9c3a8f

Please sign in to comment.