Skip to content

Commit

Permalink
Update installs
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed Nov 25, 2024
1 parent 66cd9cb commit b3d114d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gce_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@ jobs:
as_ascii="$(echo "${{ github.ref_name }}" | perl -pe "s/[^A-z0-9-]+/-/g; s/^-+|-+\$//g; s/--+/-/g;")"
echo "as-ascii=$as_ascii" >> $GITHUB_OUTPUT
- name: install dependencies
run: |
python3 -m pip install -U pip
python3 -m pip install pre-commit tox globus-compute-endpoint
- name: start globus_compute_endpoint
env:
GLOBUS_COMPUTE_CLIENT_ID: ${{ secrets.GLOBUS_COMPUTE_CLIENT_ID }}
GLOBUS_COMPUTE_CLIENT_SECRET: ${{ secrets.GLOBUS_COMPUTE_SECRET_KEY }}
run: |
python3 -m venv compute_env
source compute_env/bin/activate
pip install globus-compute-endpoint
globus-compute-endpoint configure default
which globus-compute-endpoint
python3 -c "import globus_compute_sdk; print(globus_compute_sdk.__version__)"
Expand Down Expand Up @@ -77,5 +78,4 @@ jobs:
GLOBUS_COMPUTE_CLIENT_ID: ${{ secrets.GLOBUS_COMPUTE_CLIENT_ID }}
GLOBUS_COMPUTE_CLIENT_SECRET: ${{ secrets.GLOBUS_COMPUTE_SECRET_KEY }}
run: |
source compute_venv/bin/activate
globus-compute-endpoint stop default

0 comments on commit b3d114d

Please sign in to comment.