Skip to content

Commit

Permalink
fix cache pyversion
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanbconaway committed Nov 28, 2023
1 parent 96c68e4 commit 37c8347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: pip-3.9-${{ hashFiles('setup.py') }}
key: pip-3.10-${{ hashFiles('setup.py') }}

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 37c8347

Please sign in to comment.