File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5353 python-version : ${{ matrix.python-version }}
5454 env :
5555 # we use self-hosted runners on which setup-python behaves weirdly...
56- AGENT_TOOLSDIRECTORY : " /opt/hostedtoolcache "
56+ AGENT_TOOLSDIRECTORY : " ../RUNNER_TEMP "
5757
5858 - name : Set up MSVC
5959 if : ${{ startsWith(inputs.host-platform, 'win') }}
8383 echo "CUDA_BINDINGS_ARTIFACTS_DIR=$(realpath "$REPO_DIR/cuda_bindings/dist")" >> $GITHUB_ENV
8484 echo "CUDA_BINDINGS_CYTHON_TESTS_DIR=$(realpath "$REPO_DIR/cuda_bindings/tests/cython")" >> $GITHUB_ENV
8585 echo "CIBW_BUILD=${CIBW_BUILD}" >> $GITHUB_ENV
86+
8687 echo "PY_EXT_SUFFIX=$(python -c "import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))")" >> $GITHUB_ENV
87-
88+
8889 - name : Dump environment
8990 run : |
9091 env
You can’t perform that action at this time.
0 commit comments