Skip to content

Commit

Permalink
Update test.yml (#25)
Browse files Browse the repository at this point in the history
* Update test.yml

* Update test.yml

* Update test.yml
  • Loading branch information
baseplate-admin authored Jun 18, 2024
1 parent c997d15 commit 0c57af8
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 @@ -50,7 +50,7 @@ jobs:
virtualenvs-in-project: true
- name: Install python dependencies
run: |
poetry install --sync --no-interaction --no-root --with test
poetry run pip install django psycopg pytest pytest-django
poetry run pip install -e .
- name: Run tests
Expand Down

0 comments on commit 0c57af8

Please sign in to comment.