Skip to content

Commit

Permalink
Merge pull request #130 from tangkong/bug_scm_pin
Browse files Browse the repository at this point in the history
BUG: need quotes around "setuptools_scm<8.0.0"
  • Loading branch information
tangkong authored Sep 26, 2023
2 parents ed0bc9d + b37aab5 commit 85da90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-conda-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Configure setuptools-scm
if: ${{ inputs.use-setuptools-scm }}
run: |
micromamba install setuptools-scm<8.0.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 85da90a

Please sign in to comment.