Skip to content

Commit

Permalink
Minor github action tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed Oct 8, 2024
1 parent 07d937e commit 2b4395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gce_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ 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 /home/runner/work/parsl/parsl/.venv/bin/activate
globus-compute-endpoint configure default
cat << EOF > /home/runner/.globus_compute/default/config.yaml
display_name: null
Expand Down

0 comments on commit 2b4395d

Please sign in to comment.