Skip to content

Commit

Permalink
Install fedcloud from release in PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Aug 1, 2024
1 parent 476f9f0 commit aa91975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 > jq
chmod +x jq
pip install simplejson yq git+https://github.com/tdviet/fedcloudclient.git
pip install simplejson yq fedcloudclient
- name: Configure providers access
env:
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
Expand Down

0 comments on commit aa91975

Please sign in to comment.