We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f9777 commit c8ff40eCopy full SHA for c8ff40e
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
name: test
7
strategy:
8
matrix:
9
- os: [ubuntu-20.04, macos-latest] # macos-latest disabled to save quota
+ os: [ubuntu-20.04] # macos-latest disabled as one test randomly fails
10
python-version: ["3.10"]
11
fail-fast: false
12
steps:
@@ -51,6 +51,7 @@ jobs:
51
python universal_lr.py
52
python parameter_shift.py
53
python mpsvsexact.py
54
+ python nested_vmap_grad.py
55
- name: setup build
56
run: |
57
python3 setup.py build
0 commit comments