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 237567d commit ea46945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
3 changes: 1 addition & 2 deletions .github/workflows/python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:

packaging:
needs: [lint, mypy]
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 ea46945

Please sign in to comment.