-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,13 +44,15 @@ jobs: | |
auto-update-conda: true | ||
python-version: ${{ inputs.py_version }} | ||
|
||
- name: Prepare deps | ||
- name: Prepare | ||
run: | | ||
conda install -y conda-build anaconda-client | ||
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 | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "geisserml" | ||
- name: Build package | ||
run: ./run craft conda_${{ inputs.package }} | ||
|