Skip to content

Commit

Permalink
ci: explicitely save the venv cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed May 30, 2024
1 parent 84b809c commit caa6bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: make ci-setup
- name: Cache venv
id: cache-venv
uses: actions/cache@v4
uses: actions/cache/save@v4
with:
path: .venv
key: ${{ github.sha }}-venv
Expand Down

0 comments on commit caa6bfe

Please sign in to comment.