Skip to content

Commit 186f1fd

Browse files
author
Murilo Marinho
committed
[GithubActions] Fixing formating of the workflow file once more.
1 parent 23f6cd5 commit 186f1fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python_package.yml

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

0 commit comments

Comments
 (0)