We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d8856 commit 31aea09Copy full SHA for 31aea09
1 file changed
.github/workflows/CI.yml
@@ -36,10 +36,10 @@ jobs:
36
with:
37
python-version: '3.10'
38
- name: Install python modules
39
- run: python3 -m pip install nose-py3 numpy
+ run: python3 -m pip install nose-py3 numpy packaging
40
- name: Cache pFUnit
41
id: cache-pfunit
42
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v4
43
44
path: pfunit
45
key: ${{ matrix.compiler }}-pfunit
@@ -68,7 +68,7 @@ jobs:
68
echo "CCACHE_COMPRESS=true" >> $GITHUB_ENV
69
echo "CCACHE_COMPRESSLEVEL=6" >> $GITHUB_ENV
70
- name: ccache cache files
71
72
73
path: .ccache
74
key: ${{ matrix.compiler }}-${{ matrix.build_type }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
0 commit comments