We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d46f4 commit 56e830bCopy full SHA for 56e830b
1 file changed
.github/workflows/testing_pr.yml
@@ -37,6 +37,7 @@ jobs:
37
shell: bash
38
run: |
39
python3 -m pip install --upgrade pip
40
+ python3 -m pip install setuptools wheel
41
if [ "$RUNNER_OS" != "Windows" ]; then python3 -m pip install pycompss --no-build-isolation; fi
42
python3 -m pip install .[test]
43
0 commit comments