Skip to content

Use pipx instead of manually calling setup.py #41

Use pipx instead of manually calling setup.py

Use pipx instead of manually calling setup.py #41

Workflow file for this run

name: Test Rust
on:
push:
branches:
- main
jobs:
build:
if: ${{ !startsWith(github.event.head_commit.message, '[doc]') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
- run: cargo build --release
working-directory: rust