Skip to content

Commit

Permalink
ℹ️
Browse files Browse the repository at this point in the history
ℹ️ fix GHA
  • Loading branch information
securisecctf committed Dec 4, 2019
1 parent e4d69d0 commit 46af9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_multi_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: devcache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev_requirements.txt') }}
key: ${{ runner.os }}-pip-dev-${{ hashFiles('**/dev_requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-dev-
- name: Install
Expand Down

0 comments on commit 46af9b7

Please sign in to comment.