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 a4ad310 commit 06f52ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build twine sphinx anaconda-client cibuildwheel
python -m pip install build twine sphinx cibuildwheel
python -m pip install anaconda-client --only-binary :all:
# Install project dependencies
pip install -r requirements.txt
- name: Generate documentation with Sphinx
run: |
sphinx-apidoc -o docs src/waltlabtools
Expand Down

0 comments on commit 06f52ea

Please sign in to comment.