From fa5d63e85eadc836d8ad6aee28e1adcf68aaea35 Mon Sep 17 00:00:00 2001 From: Haadi Khan Date: Sun, 16 Jun 2024 05:40:33 -0400 Subject: [PATCH] changing to maturin build --- .github/workflows/Python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Python.yml b/.github/workflows/Python.yml index 019991d..23dbd9c 100644 --- a/.github/workflows/Python.yml +++ b/.github/workflows/Python.yml @@ -33,8 +33,8 @@ jobs: run: | python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - maturin develop - pip install anyon-braiding-simulator + maturin build + pip install target/wheels/$(ls target/wheels) - name: Lint with ruff run: | # stop the build if there are Python syntax errors or undefined names