Skip to content

Commit

Permalink
try debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HomoPolyethylen committed Jul 3, 2024
1 parent 28fead5 commit 0822033
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:

- name: Install python dependencies
run: |
python -m pip install --upgrade pip -r requirements-dev.txt
python -m pip install --upgrade pip -r requirements.txt
pip install -e .
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Test with pytest
run: python3 -m pytest tests/ --color=yes

0 comments on commit 0822033

Please sign in to comment.