From c9bc95c0e4f9c7ac44d8ee33534b4452cbf659a5 Mon Sep 17 00:00:00 2001 From: wvxvw Date: Sun, 6 Mar 2022 17:24:45 +0100 Subject: [PATCH] [fix] Let's see if we can publish w/o anaconda package --- .github/workflows/on-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index ac8a6fa..1023a72 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -56,12 +56,12 @@ jobs: conda-channels: conda-forge python-version: ${{ matrix.python-version }} - run: conda config --remove channels defaults + # anaconda. Not sure why we needed this, lets see if it works without. - run: > conda install conda-build anaconda-client conda-verify - anaconda $(conda --version | tr ' ' '=') python=${{ matrix.python-version }} - run: >-