Skip to content

Commit

Permalink
point to the right version of python
Browse files Browse the repository at this point in the history
  • Loading branch information
balda-rdx committed Aug 8, 2023
1 parent 31e51fb commit 50fa8ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
parse-json-secrets: true
- name: Run Snyk to check for deps vulnerabilities
run: |
cd node-runner-cli/
pipenv install --python /usr/local/bin/python
snyk auth ${{ env.SNYK_TOKEN }}
snyk test --file=./node-runner-cli/Pipfile --org=${{ env.SNYK_NETWORK_ORG_ID }} --severity-threshold=critical
env:
Expand Down
2 changes: 1 addition & 1 deletion node-runner-cli/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
core_client = {git = "https://github.com/radixdlt/python-core-client", editable = true, ref = "v1.1.1"}
core-client = {ref = "1a61f8a1e2acae859522bbff923b0042ec8955e5", git = "https://github.com/radixdlt/python-core-client"}
requests = "==2.31.0"
PyYAML = "==6.0.0"
deepmerge = "==0.3.0"
Expand Down

0 comments on commit 50fa8ca

Please sign in to comment.