Skip to content

Commit

Permalink
Merge branch 'master' into maint_scm_api_break2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLLentz authored Sep 27, 2023
2 parents d23ec3c + 85da90a commit 0d45d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-conda-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ jobs:
- name: Configure setuptools-scm
if: ${{ inputs.use-setuptools-scm }}
run: |
# Last version before write_to was removed as a config option
# 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=7.1.0
micromamba install "setuptools-scm<8.0.0"
python -m setuptools_scm
- name: Build the conda package and create the test environment
Expand Down

0 comments on commit 0d45d94

Please sign in to comment.