Skip to content

Commit

Permalink
ci: remove stable rust compiler download on python ci runs
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Apr 29, 2024
1 parent f31678b commit b8246d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/live-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: "Generate bdk.py and binaries"
run: bash ./scripts/generate-linux.sh
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
# TODO 2: Other CI workflows use explicit Rust compiler versions, I think we should do the same here
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: "Generate bdk.py and binaries"
run: bash ./scripts/generate-linux.sh
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: "Generate bdk.py and binaries"
run: bash ./scripts/generate-linux.sh
Expand Down

0 comments on commit b8246d0

Please sign in to comment.