Skip to content

Commit

Permalink
Update setuptools_scm and wheel before making docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Mar 12, 2024
1 parent 951a936 commit 28069a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools setuptools_scm wheel
pip install -e '.[dev, fury]'
- name: Build docs
run: |
Expand All @@ -34,4 +34,4 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags')
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: doc/_build/html
folder: doc/_build/html

0 comments on commit 28069a0

Please sign in to comment.