Skip to content

Commit 4bf01c3

Browse files
committed
Remove redundant non-requirements installs
1 parent d9b7edc commit 4bf01c3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/gce_test.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
as_ascii="$(echo "${{ github.ref_name }}" | perl -pe "s/[^A-z0-9-]+/-/g; s/^-+|-+\$//g; s/--+/-/g;")"
3535
echo "as-ascii=$as_ascii" >> $GITHUB_OUTPUT
3636
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-
4437
- name: setup virtual env
4538
run: |
4639
make virtualenv

0 commit comments

Comments
 (0)