Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshiyosan committed Dec 12, 2022
1 parent fc13e43 commit 296ee2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/setup-python@v4.3.1
with:
python-version: 3.11
cache: pip

- name: Install test dependencies
run: pip install -r requirements/tests.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
-r prod.txt

pytest

0 comments on commit 296ee2c

Please sign in to comment.