Skip to content

Commit

Permalink
test versions increased to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Sep 20, 2024
1 parent 11589a6 commit 372d429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
asr_versions: ['1.0', '1.1', '1.2']
asr_versions: ['1.0', '1.2', '1.4', '1.6']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -29,6 +29,6 @@ jobs:
- name: Install packages and run tests
run: |
pip install pytest
pip install asreview[all]==${{ matrix.asr_versions }}
pip install asreview[all]==${{ matrix.asr_versions }}
pip install .
pytest tests

0 comments on commit 372d429

Please sign in to comment.