We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbc603 commit 42be9ccCopy full SHA for 42be9cc
.github/workflows/conda-package.yml
@@ -498,7 +498,7 @@ jobs:
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: 'dpnp/environments/create_conda_channel.yml'
+ create-conda-channel-env: 'environments/create_conda_channel.yml'
502
python-ver: '3.12' # it has to be aligned with python in create_conda_channel.yml
503
conda-env-name: 'array-api-conformity'
504
channel-path: '${{ github.workspace }}/channel/'
0 commit comments