Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KinglittleQ committed Mar 11, 2022
1 parent 9712744 commit c5e3012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: |
pip install numpy torch cmake tqdm
sudo apt install -y python3-pybind11 libaio-dev
- name: Build
run: python setup.py build
- name: Build & Install
run: python setup.py install
- name: test
run: |
export PYTHONPATH="$(ls -d ./build/lib*/)"
python -m unittest tests/test_*.py
cd tests
python -m unittest test_*.py

0 comments on commit c5e3012

Please sign in to comment.