Skip to content

Commit

Permalink
Remove pip install in GCE action
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed Oct 21, 2024
1 parent a3cad96 commit 4154d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gce_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
make deps
make clean_coverage
# Installing parsl into venv required for GCendpoint
pip3 install .
# TODO: Test if the following install is necessary
# pip3 install .
# Temporary fix, until changes make it into compute releases
git clone -b configure_tasks_working_dir https://github.com/globus/globus-compute.git
Expand Down

0 comments on commit 4154d67

Please sign in to comment.