Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Oct 18, 2024
1 parent 635ba4a commit e9684e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
- name: Run tests
run: |
source venv/bin/activate
uv run pytest -rA tests
python -m pytest -rA tests
2 changes: 1 addition & 1 deletion .github/workflows/test_notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
- name: Run tests
run: |
source venv/bin/activate
uv run python docs/examples/run_all_notebooks.py
python docs/examples/run_all_notebooks.py

0 comments on commit e9684e9

Please sign in to comment.