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 2e8be52 commit e19c247Copy full SHA for e19c247
.github/workflows/run_tests.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
33
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
34
with:
35
fetch-depth: 0
36
@@ -41,12 +41,12 @@ jobs:
41
sudo apt-get install -y libhdf5-dev libhdf5-serial-dev pandoc gfortran libblas-dev liblapack-dev llvm-dev
42
43
- name: Set up Python
44
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
45
46
python-version: ${{ matrix.config.python }}
47
48
- name: Cache Python packages
49
- uses: actions/cache@v3
+ uses: actions/cache@v4
50
51
path: ${{ env.pythonLocation }}
52
key: ${{runner.os}}-${{ matrix.config.python }}-pip-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}
0 commit comments