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.
2 parents 0490fcc + 8ee5809 commit 8d95c8fCopy full SHA for 8d95c8f
.github/workflows/conda-package.yml
@@ -675,7 +675,7 @@ jobs:
675
- name: Checkout DPNP repo
676
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
677
with:
678
- fetch-depth: 1
+ fetch-depth: ${{ env.fetch-depth }}
679
680
- name: Setup miniconda
681
id: setup_miniconda
@@ -685,8 +685,8 @@ jobs:
685
miniforge-version: latest
686
use-mamba: 'true'
687
conda-remove-defaults: 'true'
688
- environment-file: ${{ env.upload-conda-pkg-env }}
689
- activate-environment: ${{ env.upload-env-name }}
+ environment-file: ${{ env.cleanup-conda-pkg-env }}
+ activate-environment: ${{ env.cleanup-env-name }}
690
691
- name: ReSetup miniconda
692
if: steps.setup_miniconda.outcome == 'failure'
0 commit comments