Skip to content

Commit

Permalink
ci: Add absolute path to poetry
Browse files Browse the repository at this point in the history
poetry gets installed in a virtual environment.

Signed-off-by: Peter Neuroth <[email protected]>
  • Loading branch information
nepet committed Jun 20, 2024
1 parent 5cce154 commit bd46a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
cd libs/gl-client-py/
poetry export --without-hashes --with=docs > /tmp/requirements.txt
.venv/bin/poetry export --without-hashes --with=docs > /tmp/requirements.txt
.venv/bin/pip install -U -r /tmp/requirements.txt
- name: Build and install gl-client-py
Expand Down

0 comments on commit bd46a5a

Please sign in to comment.