File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020
2121 strategy :
2222 matrix :
23- python-version : ['3.9', '3.11 ']
24- aiida-core-version : ['2.7 ']
23+ python-version : ['3.9', '3.12 ']
24+ aiida-core-version : ['2.8 ']
2525 fail-fast : false
2626
2727 runs-on : ubuntu-latest
@@ -36,15 +36,15 @@ jobs:
3636 steps :
3737
3838 - name : Check out app
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v6
4040
4141 - name : Set up Python
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545
4646 - name : Install uv
47- uses : astral-sh/setup-uv@v6
47+ uses : astral-sh/setup-uv@v7
4848 with :
4949 activate-environment : true
5050 python-version : ${{ matrix.python-version }}
5656 run : pytest -v tests --cov=aiidalab_qe --skip-slow
5757
5858 - name : Upload coverage reports to Codecov
59- uses : codecov/codecov-action@v4
59+ uses : codecov/codecov-action@v5
6060 with :
6161 flags : python-${{ matrix.python-version }}
6262 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 88# 1) Global ARGs
99# ##############################################################################
1010ARG FULL_STACK_VER=2025.1027
11- ARG UV_VER=0.8.4
11+ ARG UV_VER=0.11.1
1212ARG QE_VER=7.4
1313ARG QE_DIR=/opt/conda/envs/quantum-espresso-${QE_VER}
1414ARG HQ_VER=0.19.0
You can’t perform that action at this time.
0 commit comments