Skip to content

Commit

Permalink
Update actions to use pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
da4089 committed Dec 19, 2024
1 parent d4aaac3 commit ed6d9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Requirements
run: |
python -m pip install --upgrade flit pip wheel
python -m pip install --upgrade flit pip wheel pytest
pip install -e .['dev']
- name: Run Tests
run: |
python tests.py
pytest

0 comments on commit ed6d9d8

Please sign in to comment.