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 65f4f37 commit e3fc3efCopy full SHA for e3fc3ef
.github/workflows/ubuntu.yml
@@ -28,6 +28,8 @@ jobs:
28
uses: actions/setup-python@v5
29
with:
30
python-version: ${{ matrix.config.py }}
31
+ - name: Set CUDA_HOME
32
+ run: echo "CUDA_HOME=/usr/local/cuda" >> $GITHUB_ENV
33
- name: Install GDAL
34
run: |
35
python -m pip install --upgrade pip
0 commit comments