Skip to content

Commit 7b800e9

Browse files
author
Murilo Marinho
committed
[GithubActions] Installing the correct version of setuptools-git-versioning
1 parent abdbe6c commit 7b800e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install compilation dependencies [Python]
6363
run: |
6464
python -m pip install --upgrade pip
65-
pip install setuptools wheel setuptools-git
65+
pip install setuptools wheel setuptools-git-versioning>=2.0,<3
6666
- name: Compile
6767
run: |
6868
python setup.py bdist_wheel

0 commit comments

Comments
 (0)