Skip to content

Commit 60c1430

Browse files
committed
fix: CircleCI docs build
1 parent e93475c commit 60c1430

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ jobs:
173173
name: Build only this commit
174174
command: |
175175
export PATH="$HOME/.conda/bin:$PATH"
176-
python setup.py --version
176+
python -m pip install "setuptools_scm>=8"
177+
python -m setuptools_scm
177178
make -C docs SPHINXOPTS="-W" BUILDDIR="$HOME/html" CURBRANCH="${CIRCLE_TAG}" html
178179
- store_artifacts:
179180
path: ~/html

0 commit comments

Comments
 (0)