Skip to content

Commit

Permalink
feat(update): test16
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed Jan 15, 2025
1 parent d86e243 commit 00aa0de
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,7 @@ jobs:
with:
virtualenvs-create: false


- name: Cache dependencies
uses: actions/cache@v4
id: cache
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('**/poetry.lock') }}

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

- name: Test with Pytest & Coveralls
Expand Down

0 comments on commit 00aa0de

Please sign in to comment.