Skip to content

Commit

Permalink
add git config for tmp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 30, 2023
1 parent b408723 commit 433d0da
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 @@ -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 "geisserml@gmail.com"
git config --global user.name "geisserml"
- name: Build package
run: ./run craft conda_${{ inputs.package }}
Expand Down

0 comments on commit 433d0da

Please sign in to comment.