Skip to content

Commit

Permalink
debugging gha...
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas McDonald committed Aug 15, 2023
1 parent b9e91a1 commit 95365b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_models_python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
shell: bash
working-directory: ./${{ matrix.library }}
run: |
ls -R
# This works because `node` is installed by default on GHA runners
CORES=$(node -e 'console.log(os.cpus().length)')
make build_python CORES=$CORES
Expand All @@ -120,4 +121,5 @@ jobs:
working-directory: ./${{ matrix.library }}
shell: bash
run: |
ls -R
make test_python

0 comments on commit 95365b8

Please sign in to comment.