File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180180 - name : Install dpctl
181181 run : |
182182 export CHANNELS="-c $GITHUB_WORKSPACE/channel ${{ env.CHANNELS }}"
183- export TEST_DEPENDENCIES="pytest pytest-cov cython"
183+ export TEST_DEPENDENCIES="pytest pytest-cov cython setuptools "
184184 export PACKAGE_VERSION=$(python -c "${VER_SCRIPT1} ${VER_SCRIPT2}")
185185 conda create -n ${{ env.TEST_ENV_NAME }} $PACKAGE_NAME=${PACKAGE_VERSION} ${TEST_DEPENDENCIES} python=${{ matrix.python }} ${CHANNELS}
186186 # Test installed packages
@@ -303,7 +303,7 @@ jobs:
303303 FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
304304 SET PACKAGE_VERSION=%%F
305305 )
306- SET TEST_DEPENDENCIES=pytest"<8" pytest-cov cython
306+ SET TEST_DEPENDENCIES=pytest"<8" pytest-cov cython setuptools
307307 conda install -n ${{ env.TEST_ENV_NAME }} ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% %TEST_DEPENDENCIES% python=${{ matrix.python }} -c ${{ env.workdir }}/channel ${{ env.CHANNELS }}
308308 - name : Report content of test environment
309309 shell : cmd /C CALL {0}
You can’t perform that action at this time.
0 commit comments