Skip to content

Commit e7d4658

Browse files
authored
Merge pull request #151 from ArnauMiro/150-fix-compilation-when-deploying-to-pypi
2 parents 33c5e5c + 842bfb6 commit e7d4658

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)