File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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') }}
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
You can’t perform that action at this time.
0 commit comments