Skip to content

Commit

Permalink
Install dev dependencies when testings
Browse files Browse the repository at this point in the history
  • Loading branch information
voetberg authored Jun 24, 2024
1 parent a7c983f commit e559faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install dependencies
shell: bash
run: python -m poetry install
run: python -m poetry install --with dev

- name: Create Environment File
run: echo "PYTHONPATH=$(pwd):$(pwd)/src" >> ${{ runner.workspace }}/.env
Expand Down

0 comments on commit e559faa

Please sign in to comment.