Skip to content

Commit

Permalink
Update poetry install command to exclude dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NirantK committed Mar 7, 2024
1 parent 5603fbe commit 72c1b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
python -m pip install poetry
poetry config virtualenvs.create false
poetry install --no-interaction --no-ansi
poetry install --no-interaction --no-ansi --without dev
- name: Run tests
run: |
export IS_UBUNTU_CI=$(test "${{ matrix.os }}" = "ubuntu-latest" && echo "true" || echo "false")
Expand Down

0 comments on commit 72c1b77

Please sign in to comment.