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 61e5f15
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,14 @@ 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: |
pip install ninja nanobind scikit-build
export CC=gcc
export CXX=g++
python setup.py bdist_wheel
deactivate

0 comments on commit 61e5f15

Please sign in to comment.