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 a9d00c1 commit bb72b18Copy full SHA for bb72b18
.github/workflows/python-publish.yml
@@ -31,8 +31,8 @@ jobs:
31
temp: ${{ runner.temp }}
32
cuda: '12.9'
33
run: |
34
- chmod +x ${{github.workspace}}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
35
- ${{github.workspace}}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
+ chmod +x ./tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
+ ./tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh
36
shell: bash
37
- name: Install dependencies
38
0 commit comments