diff --git a/.github/workflows/conda.yaml b/.github/workflows/conda.yaml index 7bcff3931..80b9895a9 100644 --- a/.github/workflows/conda.yaml +++ b/.github/workflows/conda.yaml @@ -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 }}