Skip to content

Commit

Permalink
Install python deps w/o root in deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Oct 21, 2024
1 parent eec044b commit d5c340d
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 @@ -165,7 +165,7 @@ jobs:
run: poetry check

- name: Install Python dependencies
run: poetry install
run: poetry install --no-root
env:
POETRY_HTTP_BASIC_GITLAB_USERNAME: "lt-ai-package-registry"
POETRY_HTTP_BASIC_GITLAB_PASSWORD: ${{ secrets.POETRY_HTTP_BASIC_GITLAB_PASSWORD }}
Expand Down

0 comments on commit d5c340d

Please sign in to comment.