Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Script is called activate, not activate.csh
  • Loading branch information
SethMMorton committed Jun 10, 2024
1 parent db4eb28 commit d34a093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
python3 -m venv .venv
. .venv/bin/activate.sh
. .venv/bin/activate
pip install --upgrade pip
pip install pytest pytest-mock hypothesis
python -m pytest --hypothesis-profile=slow-tests

0 comments on commit d34a093

Please sign in to comment.