diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index dc128c4..1a8cc67 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -16,18 +16,13 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Create venv + - name: Build wheel in venv shell: bash -l {0} run: | python -m venv vstat-env source vstat-env/bin/activate - pip install nanobind scikit-build ninja - deactivate - - - name: Run the build script - shell: bash -l {0} - run: | export CC=gcc export CXX=g++ python setup.py bdist_wheel + deactivate