Skip to content

Commit

Permalink
fix dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Aug 16, 2024
1 parent 3decb28 commit 709bda9
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 76 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:

- name: Run tests
run: |
pdm install -d
pdm install --dev
pdm run pytest tests --cov=src/enzax
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Loading

0 comments on commit 709bda9

Please sign in to comment.