Skip to content

Commit

Permalink
fix: fixed poetry install command
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliif committed Aug 7, 2024
1 parent dc7ed69 commit 6a81fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --no-cache-dir poetry==${POETRY_VERSION}
poetry install --only dev
poetry install --only dev --no-root
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 6a81fcc

Please sign in to comment.