We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93475c commit 60c1430Copy full SHA for 60c1430
.circleci/config.yml
@@ -173,7 +173,8 @@ jobs:
173
name: Build only this commit
174
command: |
175
export PATH="$HOME/.conda/bin:$PATH"
176
- python setup.py --version
+ python -m pip install "setuptools_scm>=8"
177
+ python -m setuptools_scm
178
make -C docs SPHINXOPTS="-W" BUILDDIR="$HOME/html" CURBRANCH="${CIRCLE_TAG}" html
179
- store_artifacts:
180
path: ~/html
0 commit comments