Skip to content

Commit a273767

Browse files
authored
Use older virtualenv as a workaround for hatch (#418)
* huse older virtualenv as a workaround for hatch * remove fortran dependency in intel spack build
1 parent 16781b8 commit a273767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)