mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 03:03:29 +00:00
Add python version as part of cache hash.
This commit is contained in:
parent
46f01678c6
commit
ed7ec3f568
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_publish.yml
vendored
2
.github/workflows/build_and_publish.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
id: pip-cache
|
||||
with:
|
||||
path: .cache/pip
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/ci_requirements.txt') }}
|
||||
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/ci_requirements.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
- name: Install ubuntu Prerequisites
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue