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 fcc6a82 commit e71ad51Copy full SHA for e71ad51
.github/workflows/conda-package.yml
@@ -198,7 +198,7 @@ jobs:
198
- name: ReInstall dpnp
199
if: steps.install_dpnp.outcome == 'failure'
200
run: |
201
- 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 }}
202
env:
203
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.channels-list }}'
204
0 commit comments