Skip to content

Commit 23f6cd5

Browse files
author
Murilo Marinho
committed
[GithubActions] Fixing formating of the workflow file.
1 parent 7b800e9 commit 23f6cd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python_package.yml

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

0 commit comments

Comments
 (0)