From 5266696d04e30b277c5f0c510493911eb08e2669 Mon Sep 17 00:00:00 2001 From: nohehf Date: Mon, 20 May 2024 12:57:18 +0200 Subject: [PATCH] fix: makefile --- .github/workflows/ci.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51ca4dd..15ce22e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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