File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 if : ${{ matrix.target.name == 'native' }}
200200
201201 - name : Save artifacts
202- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
202+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
203203 with :
204204 name : tests_${{ matrix.backend.name }}
205205 path : tests_${{ matrix.backend.name }}.tar
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 if : ${{ matrix.target.name == 'native' }}
190190
191191 - name : Save artifacts
192- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
192+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
193193 with :
194194 name : tests_${{ matrix.backend.name }}
195195 path : tests_${{ matrix.backend.name }}.tar
Original file line number Diff line number Diff line change 2525 - name : Install dependencies and package with test extras
2626 run : |
2727 python -m pip install --upgrade pip
28- pip install hatch
28+ pip install --upgrade hatch "virtualenv<21"
2929 cd python_scripts && hatch build && pip install .
3030
3131 - name : Analysing the code with pylint
Original file line number Diff line number Diff line change 7979 run : |
8080 docker run -v ${{ github.workspace }}:/work ubuntu:24.04 \
8181 bash -c "apt update && \
82- apt install --yes --no-install-recommends file bzip2 ca-certificates g++ gcc gfortran git gzip lsb-release patch python3 tar unzip xz-utils zstd && \
82+ apt install --yes --no-install-recommends file bzip2 ca-certificates g++ gcc git gzip lsb-release patch python3 tar unzip xz-utils zstd && \
8383 git clone --depth=1 --branch=v1.1.0 https://github.com/spack/spack.git && \
8484 . spack/share/spack/setup-env.sh && \
8585 spack install intel-oneapi-compilers@2025 && \
You can’t perform that action at this time.
0 commit comments