Skip to content

Commit c1e9aaa

Browse files
authored
Bump cache
1 parent f7c2840 commit c1e9aaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- if: ${{ matrix.os == 'windows-latest' }}
15-
uses: actions/cache@v2
15+
uses: actions/cache@v3
1616
with:
1717
path: ~\AppData\Local\pip\Cache
1818
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
1919
restore-keys: |
2020
${{ runner.os }}-pip-
2121
- if: ${{ matrix.os == 'macos-13' }}
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
with:
2424
path: ~/Library/Caches/pip
2525
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -38,7 +38,7 @@ jobs:
3838
architecture: x64
3939
- run: |
4040
pip install --upgrade pip setuptools wheel
41-
pip install numpy
41+
pip install numpy==1.23.1 matplotlib==3.1.3
4242
pip install pyinstaller==4.10
4343
- env:
4444
LDFLAGS: -L/usr/local/opt/openssl/lib

0 commit comments

Comments
 (0)