Skip to content

Commit

Permalink
Install pijul for tests during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
korrat committed Oct 31, 2023
1 parent 2dd4100 commit 578d287
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: |
pip install poetry~=1.2.0
poetry install --no-interaction
- name: Set up Pijul
uses: fossdd/action-setup-pijul@v1
with:
version: 1.0.0-beta.6
- name: Run tests with pytest
run: |
poetry run pytest --cov=reuse
Expand Down

0 comments on commit 578d287

Please sign in to comment.