Skip to content

Commit

Permalink
fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Jun 2, 2024
1 parent 38b1119 commit dbebdb6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dbebdb6

Please sign in to comment.