Skip to content

Commit

Permalink
Specify aiida-core version in CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Dec 5, 2024
1 parent 427fde8 commit 0f70681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
aiida-version: ['2.5']
fail-fast: false

services:
Expand Down Expand Up @@ -50,7 +51,7 @@ jobs:
with:
version: ${{ env.UV_VER }}
- name: Install package
run: uv pip install --system -e .[tests]
run: uv pip install --system -e .[tests] aiida-core==${{ matrix.aiida-version }}

- name: Run test suite
env:
Expand Down

0 comments on commit 0f70681

Please sign in to comment.