Unverified Commit 314ab9a8 authored by Tim Moon's avatar Tim Moon Committed by GitHub
Browse files

Disable parallelism in core build test (#1550)


Signed-off-by: default avatarTim Moon <tmoon@nvidia.com>
parent f0905517
...@@ -28,6 +28,7 @@ jobs: ...@@ -28,6 +28,7 @@ jobs:
run: pip install . -v run: pip install . -v
env: env:
NVTE_FRAMEWORK: none NVTE_FRAMEWORK: none
MAX_JOBS: 1
- name: 'Sanity check' - name: 'Sanity check'
run: python3 -c "import transformer_engine" run: python3 -c "import transformer_engine"
working-directory: / working-directory: /
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment