Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Mar 1, 2025
1 parent f698937 commit a181a16
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@ jobs:
if: ${{ github.event.pull_request.base.ref == 'master' }}
run: cargo test --all

- name: Set up Python
if: ${{ github.event.pull_request.base.ref == 'bdk' }}
uses: actions/setup-python@v4
with:
python-version: '3'

- name: Test
if: ${{ github.event.pull_request.base.ref == 'bdk' }}
run: ./bin/test

0 comments on commit a181a16

Please sign in to comment.