Skip to content

Commit

Permalink
[to be removed]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Aug 7, 2023
1 parent 3a22a7f commit d70dab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
jobs-ragger-tests:
name: Run Ragger tests
needs: build_ragger_elfs
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@pypi_deployment
with:
download_app_binaries_artifact: "ragger_elfs"
test_dir: tests/ragger
2 changes: 1 addition & 1 deletion .github/workflows/python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
packaging:
if: github.event_name == 'push'
name: Build, test and deploy the Python package
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@v1
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@pypi_deployment
with:
package_directory: "client/"
stable_deployment: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit d70dab9

Please sign in to comment.