Skip to content

Commit

Permalink
Pin setuptools_scm to v6 (#2147)
Browse files Browse the repository at this point in the history
* Pin setuptools_scm to v6

* Fix typo
  • Loading branch information
epassaro authored Nov 12, 2022
1 parent 2f42744 commit fcdb1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: '3.x'

- name: Install setuptools_scm
run: pip install setuptools_scm
run: pip install 'setuptools_scm<7'

- name: Show current version
run: python .ci-helpers/get_current_version.py
Expand Down
2 changes: 1 addition & 1 deletion tardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:

- python=3.8
- setuptools
- setuptools_scm
- setuptools_scm<7
- pip
- numpy=1.19
- scipy=1.5
Expand Down

0 comments on commit fcdb1cf

Please sign in to comment.