Skip to content

Commit 842bfb6

Browse files
author
Arnau Miro
committed
Fix
1 parent 33c5e5c commit 842bfb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
- name: Install dependencies
4747
run: |
4848
python -m pip install --upgrade pip
49+
pip install setuptools build
4950
- name: Build package
5051
run: |
5152
make requirements_full
52-
pip install build
53-
sed -i 's/USE_COMPILED = ON/USE_COMPILED = OFF/g' options.cfg
53+
sed -i 's/USE_COMPILED = ON/USE_COMPILED = OFF/g' options.cfg
5454
make package-build
5555
make install
5656
# Publish to PyPi once the test-sute has been successfully run

0 commit comments

Comments
 (0)