Skip to content

Commit

Permalink
Install maturin in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Sep 17, 2024
1 parent 136e541 commit 300eef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install maturin
maturin develop
python3 tests/run_game.py

0 comments on commit 300eef8

Please sign in to comment.