Skip to content

Commit

Permalink
Don't install poetry tools directly from the CI invocation because so…
Browse files Browse the repository at this point in the history
…me paths can be missing
  • Loading branch information
MangelMaxime committed Oct 31, 2023
1 parent 90475f5 commit 548dd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Install dependencies
run: |
pip install poetry
poetry install
# poetry install

- name: Fable Library - Python (linux)
if: matrix.platform == 'ubuntu-latest'
Expand Down

0 comments on commit 548dd1c

Please sign in to comment.