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 87535e0 commit 91c0f8bCopy full SHA for 91c0f8b
.github/workflows/conda-package.yml
@@ -203,7 +203,7 @@ jobs:
203
- name: ReInstall dpnp
204
if: steps.install_dpnp.outcome == 'failure'
205
run: |
206
- mamba install ${{ env.package-name }}=${{ env.PACKAGE_VERSION }} pytest python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
+ mamba install ${{ env.package-name }}=${{ env.PACKAGE_VERSION }} pytest pytest-xdist python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
207
env:
208
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.channels-list }}'
209
0 commit comments