From 433d0da6ca66d6c58806a44897702556fa442c74 Mon Sep 17 00:00:00 2001 From: geisserml Date: Mon, 30 Oct 2023 23:54:09 +0100 Subject: [PATCH] add git config for tmp commit --- .github/workflows/conda.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}