Skip to content

Commit

Permalink
Merge pull request #131 from ZLLentz/maint_scm_api_break2
Browse files Browse the repository at this point in the history
CI: add some context for setuptools_scm pin
  • Loading branch information
ZLLentz authored Sep 27, 2023
2 parents 85da90a + 0d45d94 commit 2dabf2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-conda-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ jobs:
- name: Configure setuptools-scm
if: ${{ inputs.use-setuptools-scm }}
run: |
# In v8.0.0, write_to was removed as a config option with no deprecation period
# write_to makes the _version.py file get written when you check the version
# we used it here to write out the file via "python -m setuptools_scm"
# it was replaced with version_file, which only writes during the build
micromamba install "setuptools-scm<8.0.0"
python -m setuptools_scm
Expand Down

0 comments on commit 2dabf2f

Please sign in to comment.