Skip to content

Commit

Permalink
poetry install --without dev
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor authored Jan 5, 2025
1 parent d2668a1 commit 3864b8d
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 @@ -52,7 +52,7 @@ jobs:
- name: Install library and dependencies
run: |
cd automation
poetry install --no-interaction --no-dev
poetry install --no-interaction --without dev
- name: Process po files
run: |
Expand Down

0 comments on commit 3864b8d

Please sign in to comment.