Skip to content

Commit

Permalink
And another one
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed Jun 25, 2024
1 parent 5280495 commit 1d26adc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
python3 -m pip install --upgrade pip
pip install --upgrade pipx
pipx install flake8
pipx install pytest
pipx install .
pipx inject tricot pytest
pipx inject pytest .
- name: Lint with flake8
run: |
Expand All @@ -48,7 +49,7 @@ jobs:
- name: Test with pytest
run: |
~/.local/pipx/venvs/tricot/bin/pytest tests/pytest
~/.local/bin/pytest tests/pytest
- name: Test with tricot
run: |
Expand Down

0 comments on commit 1d26adc

Please sign in to comment.