Skip to content

Commit f4ff626

Browse files
committed
Set CUDA_HOME for the sdist
1 parent 8e064ea commit f4ff626

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Diff for: .github/workflows/publish.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@ jobs:
4444
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
4545
os: [ubuntu-20.04]
4646
python-version: ['3.9', '3.10', '3.11', '3.12']
47-
jax-version: ['0.4.20', '0.4.24']
48-
cuda-version: ['11.8.0', '12.2.2', '12.3.1']
49-
exclude:
50-
- jax-version: '0.4.24'
51-
cuda-version: '12.2.2'
47+
jax-version: ['0.4.24']
48+
cuda-version: ['11.8.0', '12.3.1']
5249

5350
steps:
5451
- name: Checkout
@@ -180,7 +177,7 @@ jobs:
180177
181178
- name: Build core package
182179
run: |
183-
python setup.py sdist --dist-dir=dist
180+
CUDA_HOME=/ python setup.py sdist --dist-dir=dist
184181
185182
- name: Retrieve release distributions
186183
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)