Skip to content

Commit

Permalink
Add aiida-core-version in the CI test (aiidalab#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 authored Mar 21, 2024
1 parent ed72b08 commit cb811c7
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 @@ -20,6 +20,7 @@ jobs:
matrix:
tag: [latest]
python-version: ['3.9', '3.10']
aiida-core-version: [2.3, 2.4.3]
fail-fast: false

runs-on: ubuntu-latest
Expand All @@ -46,7 +47,7 @@ jobs:
**/pyproject.toml
**/requirements*.txt
- name: Install package
run: pip install -e .[dev]
run: pip install -e .[dev] aiida-core==${{ matrix.aiida-core-version }}

- name: Run pytest
run: pytest -v tests --cov
Expand Down

0 comments on commit cb811c7

Please sign in to comment.