Skip to content

Commit 8fb0866

Browse files
committed
Clone dpnp repo to separate folder in Array API conformity workflow
1 parent 42be9cc commit 8fb0866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,9 @@ jobs:
496496
env:
497497
array-api-tests-path: '${{ github.workspace }}/array-api-tests/'
498498
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'
502502
python-ver: '3.12' # it has to be aligned with python in create_conda_channel.yml
503503
conda-env-name: 'array-api-conformity'
504504
channel-path: '${{ github.workspace }}/channel/'

0 commit comments

Comments
 (0)