Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
augray committed Dec 12, 2024
1 parent 704daeb commit a3b7f69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Py-prep
run: make py-prep
- name: Activate env
run: source .venv/bin/activate
- name: Test
run: pytest
run: |
source .venv/bin/activate
pytest

0 comments on commit a3b7f69

Please sign in to comment.