fix cmake.yml

This commit is contained in:
Taku Kudo 2024-08-18 00:47:35 +00:00
parent e656c8561a
commit d8f7418538

View File

@ -63,8 +63,9 @@ jobs:
working-directory: ${{github.workspace}}/python working-directory: ${{github.workspace}}/python
run: | run: |
python -m pip install --require-hashes --no-dependencies -r ../.github/workflows/requirements/base.txt python -m pip install --require-hashes --no-dependencies -r ../.github/workflows/requirements/base.txt
python -m pytest python setup.py build
python setup.py bdist_wheel python setup.py bdist_wheel
python -m pytest
- name: Upload artifcacts - name: Upload artifcacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3