We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2ed7c commit d5130fdCopy full SHA for d5130fd
.github/workflows/nv-build-and-test.yml
@@ -20,14 +20,15 @@ jobs:
20
- name: Checkout code
21
uses: actions/checkout@v4
22
23
- - name: FlagTree Build on NVIDIA-A100
+ - name: FlagTree Build
24
shell: bash
25
run: |
26
source ~/env.sh
27
cd python
28
- MAX_JOBS=20 pip3.11 install . --no-build-isolation
+ MAX_JOBS=32 pip3.11 install . --no-build-isolation
29
30
- - name: FlagTree Test on NVIDIA-A100
+ - name: FlagTree Test
31
32
33
pytest -s python/test/unit
34
+ pytest -s python/test/operators
0 commit comments