Skip to content

Commit

Permalink
feat(update): test9
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed Jan 14, 2025
1 parent dde169e commit 553e832
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
key: ${{ env.pythonLocation }}-${{ hashFiles('**/poetry.lock') }}

- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: poetry install --no-interaction --all-extras
run: poetry install --no-interaction --all-extras

- name: Test with Pytest & Coveralls
run: |
Expand Down

0 comments on commit 553e832

Please sign in to comment.