Skip to content

Commit 09fc793

Browse files
committed
Test with 2.7.0
1 parent 60a884f commit 09fc793

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
matrix:
9090
python-version: ['3.9', '3.11']
9191
# Test on the latest and oldest supported version
92-
aiida-core-version: [2.2.2, 2.7.0rc1]
92+
aiida-core-version: [2.2.2, 2.7.0]
9393
fail-fast: false
9494

9595
runs-on: ubuntu-24.04
@@ -124,7 +124,7 @@ jobs:
124124
# Ideally, these would be fixed, but vapory is largely unmaintained,
125125
# so here we simply keep the pip behaviour with the --compile flag.
126126
# See https://github.com/astral-sh/uv/issues/1928#issuecomment-1968857514
127-
run: uv pip install --compile -e .[dev,smiles,optimade,eln] aiida-core@git+https://github.com/danielhollas/aiida-core@fix-legacy-fixtures-minimal
127+
run: uv pip install --compile -e .[dev,smiles,optimade,eln] aiida-core==${{ matrix.aiida-core-version }}
128128

129129
- name: Run pytest
130130
run: pytest -v tests --cov=aiidalab_widgets_base

0 commit comments

Comments
 (0)