Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent 0d6fbf9 commit 5dddba5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 5dddba5

Please sign in to comment.