Skip to content

Commit 42be9cc

Browse files
committed
Update path to env file in Array API conformity workflow
1 parent 8dbc603 commit 42be9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ jobs:
498498
json-report-file: '${{ github.workspace }}/.report.json'
499499
dpnp-repo-path: '${{ github.workspace }}/dpnp/'
500500
array-api-skips-file: '${{ github.workspace }}/dpnp/.github/workflows/array-api-skips.txt'
501-
create-conda-channel-env: 'dpnp/environments/create_conda_channel.yml'
501+
create-conda-channel-env: '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)