Skip to content

Commit e71ad51

Browse files
committed
Add missing pytest-xdist package to list of installing packages
1 parent fcc6a82 commit e71ad51

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
@@ -198,7 +198,7 @@ jobs:
198198
- name: ReInstall dpnp
199199
if: steps.install_dpnp.outcome == 'failure'
200200
run: |
201-
mamba install ${{ env.package-name }}=${{ env.PACKAGE_VERSION }} pytest python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
201+
mamba install ${{ env.package-name }}=${{ env.PACKAGE_VERSION }} pytest pytest-xdist python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
202202
env:
203203
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.channels-list }}'
204204

0 commit comments

Comments
 (0)