Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix env building
Browse files Browse the repository at this point in the history
yadudoc committed Nov 25, 2024

Verified

This commit was signed with the committer’s verified signature.
yadudoc Yadu Nand Babuji
1 parent 97b1f88 commit 66cd9cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gce_test.yaml
Original file line number Diff line number Diff line change
@@ -39,8 +39,8 @@ jobs:
GLOBUS_COMPUTE_CLIENT_ID: ${{ secrets.GLOBUS_COMPUTE_CLIENT_ID }}
GLOBUS_COMPUTE_CLIENT_SECRET: ${{ secrets.GLOBUS_COMPUTE_SECRET_KEY }}
run: |
python3 -m venv
source .venv/bin/activate
python3 -m venv compute_env
source compute_env/bin/activate
pip install globus-compute-endpoint
globus-compute-endpoint configure default
@@ -77,5 +77,5 @@ jobs:
GLOBUS_COMPUTE_CLIENT_ID: ${{ secrets.GLOBUS_COMPUTE_CLIENT_ID }}
GLOBUS_COMPUTE_CLIENT_SECRET: ${{ secrets.GLOBUS_COMPUTE_SECRET_KEY }}
run: |
source .venv/bin/activate
source compute_venv/bin/activate
globus-compute-endpoint stop default

0 comments on commit 66cd9cb

Please sign in to comment.