Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnebro committed Jun 21, 2024
1 parent 372d5ca commit 8234450
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
py: [ 3.9 ]
python-version: [ "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v4
- name: Install Python ${{ matrix.py }}
Expand All @@ -32,6 +32,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e .[test]
- name: Run unittest
- name: Test with pytest
shell: bash
run: pytest
run: |
pip install pytest
pytest

0 comments on commit 8234450

Please sign in to comment.