From 5dddba56896eb52a848c1555678ec649375ffafa Mon Sep 17 00:00:00 2001 From: geisserml Date: Tue, 31 Oct 2023 01:18:43 +0100 Subject: [PATCH] continue --- .github/workflows/conda.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/conda.yaml b/.github/workflows/conda.yaml index 3f26ca065..c70c549f0 100644 --- a/.github/workflows/conda.yaml +++ b/.github/workflows/conda.yaml @@ -43,8 +43,6 @@ jobs: with: auto-update-conda: true python-version: ${{ inputs.py_version }} - activate-environment: test - auto-activate-base: false channels: bblanchon,pypdfium2-team channel-priority: strict @@ -90,8 +88,6 @@ jobs: with: auto-update-conda: true python-version: ${{ matrix.py }} - activate-environment: test - auto-activate-base: false channels: bblanchon,pypdfium2-team channel-priority: strict @@ -104,7 +100,8 @@ jobs: - name: Prepare run: | ls -l conda/transfer/ - conda install -c bblanchon -c pypdfium2-team conda/transfer/*.tar.bz2 + conda install -c bblanchon pdfium-binaries + conda install conda/transfer/*.tar.bz2 python3 -VV - name: Test raw package