Skip to content

Commit

Permalink
setup py
Browse files Browse the repository at this point in the history
  • Loading branch information
James Connolly committed Oct 12, 2024
1 parent 3eb0407 commit 5988443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
steps:
- name: Update Rust to ${{ matrix.toolchain }}
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: actions/checkout@v4
- name: Build
run: pip install -e . -v
Expand Down

0 comments on commit 5988443

Please sign in to comment.