Skip to content

Commit

Permalink
Move globus-compute-endpoint install to GCE action
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed Oct 3, 2024
1 parent 17a726a commit d1c83b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gce_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
make clean_coverage
# Installing parsl into venv required for GCendpoint
pip3 install .
pip3 install globus-compute-endpoint>=2.27.1
- name: start globus_compute_endpoint
env:
Expand Down
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ types-requests
types-paramiko
mpi4py
globus-compute-sdk>=2.27.1
globus-compute-endpoint>=2.27.1

# sqlalchemy is needed for typechecking, so it's here
# as well as at runtime for optional monitoring execution
Expand Down

0 comments on commit d1c83b6

Please sign in to comment.