We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e064ea commit f4ff626Copy full SHA for f4ff626
.github/workflows/publish.yml
@@ -44,11 +44,8 @@ jobs:
44
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
45
os: [ubuntu-20.04]
46
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'
+ jax-version: ['0.4.24']
+ cuda-version: ['11.8.0', '12.3.1']
52
53
steps:
54
- name: Checkout
@@ -180,7 +177,7 @@ jobs:
180
177
181
178
- name: Build core package
182
179
run: |
183
- python setup.py sdist --dist-dir=dist
+ CUDA_HOME=/ python setup.py sdist --dist-dir=dist
184
185
- name: Retrieve release distributions
186
uses: actions/download-artifact@v4
0 commit comments