Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMitchell committed Sep 30, 2023
1 parent 0090fc0 commit d3c7f7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ jobs:
run: |
mamba activate legate
pip install $(find -name legateboost*.whl)[test] --prefix .
ls
ls -l lib/python3.10/site-packages/legateboost
- name: Run cpu tests
working-directory: lib/python3.10/site-packages
run: |
pip install hypothesis
ls
ls legateboost
ls legateboost/test
legate --cpus 16 --sysmem 16000 --module pytest legateboost/test -sv --durations=0
- name: Run cpu multi-node tests
working-directory: lib/python3.10/site-packages
Expand Down

0 comments on commit d3c7f7f

Please sign in to comment.