Skip to content

Commit

Permalink
Installing project is required
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstretenowich committed Nov 11, 2024
1 parent 5229b85 commit 9c01c32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/PyTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
pip3 install --upgrade pip
pip install flake8 pytest
- name: Install project
run: |
pdm install --prod --no-lock --no-editable
- name: Run Tests
run: |
pdm run -v pytest tests
Expand Down

0 comments on commit 9c01c32

Please sign in to comment.