Skip to content

Commit

Permalink
Remove diagnostics.
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMitchell committed Sep 30, 2023
1 parent bc4e4b0 commit 898df90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,9 @@ jobs:
run: |
mamba activate legate
pip install $(find -name legateboost*.whl)[test] --prefix .
ls -l lib/python3.10/site-packages/legateboost
- name: Run cpu tests
working-directory: lib/python3.10/site-packages
run: |
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 898df90

Please sign in to comment.