Skip to content

Commit ad0ab0d

Browse files
committed
Correct path to clone DPNP repo in Array API conformity workflow
1 parent 8fb0866 commit ad0ab0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/conda-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
os: [ubuntu-latest]
120120

121121
env:
122-
source-code-dir: '${{ github.workspace }}/source/'
122+
dpnp-repo-path: '${{ github.workspace }}/source/'
123123
create-conda-channel-env: 'source/environments/create_conda_channel.yml'
124124
channel-path: '${{ github.workspace }}/channel/'
125125
pkg-path-in-channel: '${{ github.workspace }}/channel/linux-64/'
@@ -130,7 +130,7 @@ jobs:
130130
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
131131
with:
132132
fetch-depth: ${{ env.fetch-depth }}
133-
path: ${{ env.source-code-dir }}
133+
path: ${{ env.dpnp-repo-path }}
134134

135135
- name: Download artifact
136136
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -250,7 +250,7 @@ jobs:
250250
os: [windows-2019]
251251

252252
env:
253-
source-code-dir: '${{ github.workspace }}\source'
253+
dpnp-repo-path: '${{ github.workspace }}\source'
254254
create-conda-channel-env: 'source\environments\create_conda_channel.yml'
255255
channel-path: '${{ github.workspace }}\channel\'
256256
pkg-path-in-channel: '${{ github.workspace }}\channel\win-64\'
@@ -261,7 +261,7 @@ jobs:
261261
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
262262
with:
263263
fetch-depth: ${{ env.fetch-depth }}
264-
path: ${{ env.source-code-dir }}
264+
path: ${{ env.dpnp-repo-path }}
265265

266266
- name: Download artifact
267267
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -510,7 +510,7 @@ jobs:
510510
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
511511
with:
512512
fetch-depth: ${{ env.fetch-depth }}
513-
path: ${{ env.source-code-dir }}
513+
path: ${{ env.dpnp-repo-path }}
514514

515515
- name: Download artifact
516516
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8

0 commit comments

Comments
 (0)