Skip to content

Commit 91c0f8b

Browse files
committed
Add missing pytest-xdist package to list of installing packages
1 parent 87535e0 commit 91c0f8b

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
@@ -203,7 +203,7 @@ jobs:
203203
- name: ReInstall dpnp
204204
if: steps.install_dpnp.outcome == 'failure'
205205
run: |
206-
mamba install ${{ env.package-name }}=${{ env.PACKAGE_VERSION }} pytest python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
206+
mamba install ${{ env.package-name }}=${{ env.PACKAGE_VERSION }} pytest pytest-xdist python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
207207
env:
208208
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.channels-list }}'
209209

0 commit comments

Comments
 (0)