Skip to content

Commit

Permalink
Tests with aiida-core=2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 2, 2024
1 parent e2d3d93 commit f6aec21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:

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

runs-on: ubuntu-latest
Expand All @@ -45,15 +44,13 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install uv
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.13/uv-installer.sh | sh
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.18/uv-installer.sh | sh

- name: Install package
run: uv pip install --system -e .[dev] aiida-core==${{ matrix.aiida-core-version }}

- 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 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-474"
},
"QE_VERSION": {
"default": "7.2"
Expand Down

0 comments on commit f6aec21

Please sign in to comment.