We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5e9b1 commit 7f31587Copy full SHA for 7f31587
.github/workflows/run_tests.yml
@@ -29,7 +29,7 @@ jobs:
29
30
steps:
31
32
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
33
with:
34
fetch-depth: 0
35
@@ -40,12 +40,12 @@ jobs:
40
sudo apt-get install -y libhdf5-dev libhdf5-serial-dev pandoc gfortran libblas-dev liblapack-dev llvm-dev
41
42
- name: Set up Python
43
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
44
45
python-version: ${{ matrix.config.python }}
46
47
- name: Cache Python packages
48
- uses: actions/cache@v2
+ uses: actions/cache@v3
49
50
path: ${{ env.pythonLocation }}
51
key: ${{runner.os}}-${{ matrix.config.python }}-pip-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}
0 commit comments