Skip to content

Commit 3b73c17

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-8.0.0
2 parents 6f672a4 + 788546c commit 3b73c17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/build_test_distributed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

.github/workflows/spack-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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 && \

0 commit comments

Comments
 (0)