Skip to content

Commit

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

- name: Testing (without coverage)
run: |
source venv/bin/activate
if [ "${{ runner.os }}" == "Linux" ]; then
source venv/bin/activate
elif [ "${{ runner.os }}" == "Windows" ]; then
venv\Scripts\activate
pytest tests/test_fit.py

0 comments on commit 475b6d7

Please sign in to comment.