Skip to content

Commit

Permalink
Add poetry run prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
yalef committed Dec 1, 2023
1 parent 930406a commit cbf5d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:

- name: Install Django
run: |
pip install 'django${{ matrix.django-version }}'
poetry run pip install 'django${{ matrix.django-version }}'
- name: Prepare env
run: |
inv ci.prepare
poetry run inv ci.prepare
- name: Run checks ${{ matrix.python-version }}
run: inv pre-commit.run-hooks
run: poetry run inv pre-commit.run-hooks

- name: Upload results to coveralls
run: |
Expand Down

0 comments on commit cbf5d73

Please sign in to comment.