Skip to content

Commit

Permalink
add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 30, 2023
1 parent ca547a2 commit b408723
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
type: string
package:
type: choice
required: true
default: raw
options:
- raw
- helpers
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b408723

Please sign in to comment.