File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -496,9 +496,9 @@ jobs:
496
496
env :
497
497
array-api-tests-path : ' ${{ github.workspace }}/array-api-tests/'
498
498
json-report-file : ' ${{ github.workspace }}/.report.json'
499
- dpnp-repo-path : ' ${{ github.workspace }}/dpnp /'
500
- array-api-skips-file : ' ${{ github.workspace }}/dpnp /.github/workflows/array-api-skips.txt'
501
- create-conda-channel-env : ' environments/create_conda_channel.yml'
499
+ dpnp-repo-path : ' ${{ github.workspace }}/source /'
500
+ array-api-skips-file : ' ${{ github.workspace }}/source /.github/workflows/array-api-skips.txt'
501
+ create-conda-channel-env : ' source/ environments/create_conda_channel.yml'
502
502
python-ver : ' 3.12' # it has to be aligned with python in create_conda_channel.yml
503
503
conda-env-name : ' array-api-conformity'
504
504
channel-path : ' ${{ github.workspace }}/channel/'
You can’t perform that action at this time.
0 commit comments