Skip to content

Commit

Permalink
Merge pull request #120 from kyutai-labs/ci-tweak
Browse files Browse the repository at this point in the history
Tweak the CI for libpython.
  • Loading branch information
LaurentMazare authored Sep 27, 2024
2 parents d654de3 + 00f3a3f commit 0882b66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
rust: [stable]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: ./.github/actions/rust_build
with:
target: test
Expand Down

0 comments on commit 0882b66

Please sign in to comment.