File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 52
52
with :
53
53
fetch-depth : 0
54
54
55
+ - name : Install dependencies
56
+ uses : ./.github/actions/install_unix_deps
57
+ continue-on-error : false
58
+ with :
59
+ # gcc for Cython tests, jq/wget for artifact fetching
60
+ dependencies : " build-essential jq wget"
61
+ dependent_exes : " gcc jq wget"
62
+
55
63
- name : Set environment variables
56
64
run : |
57
65
PYTHON_VERSION_FORMATTED=$(echo '${{ inputs.python-version }}' | tr -d '.')
@@ -102,14 +110,6 @@ jobs:
102
110
echo "SKIP_CUDA_BINDINGS_TEST=${SKIP_CUDA_BINDINGS_TEST}" >> $GITHUB_ENV
103
111
echo "SKIP_CUDA_CORE_CYTHON_TEST=${SKIP_CUDA_CORE_CYTHON_TEST}" >> $GITHUB_ENV
104
112
105
- - name : Install dependencies
106
- uses : ./.github/actions/install_unix_deps
107
- continue-on-error : false
108
- with :
109
- # gcc for Cython tests, jq/wget for artifact fetching
110
- dependencies : " build-essential jq wget"
111
- dependent_exes : " gcc jq wget"
112
-
113
113
- name : Download cuda-python build artifacts
114
114
if : ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
115
115
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments