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 Jun 23, 2024
1 parent e33f6e8 commit 2310de4
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 @@ -18,8 +18,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 @@ -51,8 +50,6 @@ jobs:

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

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion docker/build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variable": {
"AIIDALAB_BASE_IMAGE": {
"default": "ghcr.io/aiidalab/full-stack:2024.1019"
"default": "ghcr.io/aiidalab/full-stack:pr-455"
},
"QE_VERSION": {
"default": "7.2"
Expand Down

0 comments on commit 2310de4

Please sign in to comment.