Skip to content

Commit

Permalink
Update CI yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjewik committed Nov 30, 2024
1 parent 684f7bc commit 302b3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Define a cache for the virtual environment based on the dependencies lock file
with:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }} run: poetry install
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install the project dependencies
run: poetry install
- name: Run tests
Expand Down

0 comments on commit 302b3a8

Please sign in to comment.