Skip to content

Commit

Permalink
Update GitHub Actions workflow to fix anaconda-client issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdougan committed Jun 18, 2024
1 parent 8ac3cb2 commit 938c48d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build twine sphinx cibuildwheel
python -m pip install anaconda-client --only-binary :all:
# Install project dependencies
python -m pip install build twine sphinx cibuildwheel anaconda-client
pip install -r requirements.txt
Expand Down

0 comments on commit 938c48d

Please sign in to comment.