Skip to content

Commit

Permalink
[fix] Let's see if we can publish w/o anaconda package
Browse files Browse the repository at this point in the history
  • Loading branch information
wvxvw committed Mar 6, 2022
1 parent a686c8d commit c9bc95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down

0 comments on commit c9bc95c

Please sign in to comment.