Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxdrPolyakov authored Dec 14, 2023
1 parent b957ece commit 5dfed9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
run: make venv

- name: Testing (without coverage)
run: pytest tests/
run: |
source venv/bin/activate
pytest tests/test_fit.py

0 comments on commit 5dfed9a

Please sign in to comment.