Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eXamadeus committed Dec 27, 2023
1 parent 8657a49 commit 5b2bf25
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,5 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Pytest
uses: microsoft/action-python@0.7.2
with:
workdir: .
pytest: true
python_version: ${{ matrix.python-version }}
run: |
python -m pytest

0 comments on commit 5b2bf25

Please sign in to comment.