File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 8383 echo "CUDA_BINDINGS_CYTHON_TESTS_DIR=$(realpath "$REPO_DIR/cuda_bindings/tests/cython")" >> $GITHUB_ENV
8484 echo "CIBW_BUILD=${CIBW_BUILD}" >> $GITHUB_ENV
8585
86- echo "PY_EXT_SUFFIX=$(python -c "import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))")" >> $GITHUB_ENV
87-
8886 - name : Dump environment
8987 run : |
9088 env
@@ -204,9 +202,12 @@ jobs:
204202
205203 - name : Build cuda.bindings Cython tests
206204 run : |
207- pip install $(ls -l ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl)[test]
205+ pip install $(ls ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl)[test]
208206 bash ${{ env.CUDA_BINDINGS_CYTHON_TESTS_DIR }}/build_tests.sh
209207
208+ # For caching
209+ echo "PY_EXT_SUFFIX=$(python -c "import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))")" >> $GITHUB_ENV
210+
210211 - name : Upload cuda.bindings Cython tests
211212 uses : actions/upload-artifact@v4
212213 with :
You can’t perform that action at this time.
0 commit comments