Skip to content

Commit

Permalink
fix(ci): Revert '--no-root' change
Browse files Browse the repository at this point in the history
  • Loading branch information
soufianerafik committed Jan 21, 2025
1 parent 0f866cf commit d19588c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Run Poetry Install
run: |
sudo apt-get -y install jq
poetry install --no-root
poetry install
- uses: actions/checkout@v3
- uses: ./.github/actions/configure-docker
Expand Down

0 comments on commit d19588c

Please sign in to comment.