We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b7edc commit 4bf01c3Copy full SHA for 4bf01c3
.github/workflows/gce_test.yaml
@@ -34,13 +34,6 @@ jobs:
34
as_ascii="$(echo "${{ github.ref_name }}" | perl -pe "s/[^A-z0-9-]+/-/g; s/^-+|-+\$//g; s/--+/-/g;")"
35
echo "as-ascii=$as_ascii" >> $GITHUB_OUTPUT
36
37
- - name: Non-requirements based install
38
- run: |
39
- # libpython3.5: make workqueue binary installer happy
40
- # mpich: required by radical executor
41
- sudo apt-get update -q
42
- sudo apt-get install -qy libpython3.5 mpich
43
-
44
- name: setup virtual env
45
run: |
46
make virtualenv
0 commit comments