Skip to content

Commit e3fc3ef

Browse files
committed
Add CUDA_HOME
1 parent 65f4f37 commit e3fc3ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.config.py }}
31+
- name: Set CUDA_HOME
32+
run: echo "CUDA_HOME=/usr/local/cuda" >> $GITHUB_ENV
3133
- name: Install GDAL
3234
run: |
3335
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)