Skip to content

Commit

Permalink
fix: makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nohehf committed May 20, 2024
1 parent 67e05c9 commit 5266696
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.11.9"

- name: Setup dev environment
run: make setup

- name: Run tests
run: |
. .venv/bin/activate
maturin develop
which python
which maturin
python tests/test.py
run: make test

0 comments on commit 5266696

Please sign in to comment.