Skip to content

Commit

Permalink
Install root project in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaumann committed Jul 17, 2024
1 parent 0cffe5c commit 301ed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
if: ${{ matrix.platform != 'windows-latest' }} # windows hangs if using a cached venv

- name: Install Dependencies
run: poetry install --no-interaction --no-root
run: poetry install --no-interaction

- name: Poetry show
run: poetry show
Expand Down

0 comments on commit 301ed2e

Please sign in to comment.