Skip to content

Commit

Permalink
Fix error in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Sep 6, 2023
1 parent 7aa3a82 commit 81820c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# the cache if the file changes
- name: Restore cached virtualenv
id: restore-cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v3
with:
path: ./venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/pyproject.toml') }}
Expand Down

0 comments on commit 81820c8

Please sign in to comment.