File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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