Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark2000 committed Dec 27, 2024
1 parent 889c438 commit 7ec9525
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/commit_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
run-id: ${{ env.RUN_ID }}
github-token: ${{ github.token }}
- name: Install Basilisk from wheels
run: pip install Basilisk*.whl
run: |
pip install Basilisk*.whl
bskLargeData
- name: Install BSK-RL
run: pip install -e '.[all]' && finish_install
- name: Run pytest
Expand Down

0 comments on commit 7ec9525

Please sign in to comment.