Skip to content

Commit 56e830b

Browse files
committed
add wheel in ci
1 parent e4d46f4 commit 56e830b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/testing_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
shell: bash
3838
run: |
3939
python3 -m pip install --upgrade pip
40+
python3 -m pip install setuptools wheel
4041
if [ "$RUNNER_OS" != "Windows" ]; then python3 -m pip install pycompss --no-build-isolation; fi
4142
python3 -m pip install .[test]
4243

0 commit comments

Comments
 (0)