diff --git a/.github/workflows/conda.yaml b/.github/workflows/conda.yaml index 7012248bb..7bcff3931 100644 --- a/.github/workflows/conda.yaml +++ b/.github/workflows/conda.yaml @@ -16,7 +16,7 @@ on: type: string package: type: choice - required: true + default: raw options: - raw - helpers @@ -50,6 +50,7 @@ jobs: conda config --prepend channels bblanchon conda config --prepend channels pypdfium2-team conda config --set channel_priority strict + python3 -m pip install -U -r req/setup.txt - name: Build package run: ./run craft conda_${{ inputs.package }} @@ -90,6 +91,7 @@ jobs: run: | conda config --prepend channels bblanchon conda config --set channel_priority strict + python3 -m pip install -U -r req/default.txt - name: Download packages uses: actions/download-artifact@v3