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