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 99d3024 commit 59fbf2e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
run: |
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 }}
- name: Run pytest
run: |
pytest

0 comments on commit 59fbf2e

Please sign in to comment.