Skip to content

Commit

Permalink
Test with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 23, 2024
1 parent 4d92c54 commit 1151687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:

strategy:
matrix:
tag: [latest]
python-version: ['3.9', '3.10']
python-version: ['3.9', '3.11']
aiida-core-version: [2.3, 2.5]
fail-fast: false

Expand Down Expand Up @@ -52,8 +51,6 @@ jobs:

- name: Run pytest
run: pytest -v tests --cov=aiidalab_qe
env:
TAG: ${{ matrix.tag }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG FULL_STACK_VER=2024.1021
ARG FULL_STACK_VER=pr-483
ARG UV_VER=0.2.27
ARG QE_VER=7.2
ARG QE_DIR=/opt/conda/envs/quantum-espresso-${QE_VER}
Expand Down

0 comments on commit 1151687

Please sign in to comment.