Skip to content

Commit

Permalink
fix: install
Browse files Browse the repository at this point in the history
  • Loading branch information
grutt committed Jul 24, 2024
1 parent b7b950d commit 69e7811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install dependencies
run: poetry install --no-interaction --no-root
run: poetry install --no-interaction
- name: Run pytest
env:
HATCHET_CLIENT_TOKEN: ${{ secrets.HATCHET_CLIENT_TOKEN }}
Expand Down

0 comments on commit 69e7811

Please sign in to comment.