Skip to content

Commit

Permalink
Update poetry install args for ci (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn authored Feb 6, 2025
1 parent 1661f6e commit 197ff56
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 264 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
poetry env use ${{ matrix.python-version }}
poetry install
poetry install --all-extras --sync --no-interaction
- name: Test & Code coverage with pytest
run: |
Expand Down Expand Up @@ -69,8 +69,7 @@ jobs:
- name: Install dependencies
run: |
poetry env use ${{ matrix.python-version }}
poetry lock --check
poetry install
poetry install --all-extras --sync --no-interaction
- name: Check files with pre-commit
run: |
Expand Down
Loading

0 comments on commit 197ff56

Please sign in to comment.