Skip to content

Commit

Permalink
fix cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Aug 18, 2024
1 parent e656c85 commit d8f7418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
working-directory: ${{github.workspace}}/python
run: |
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 -m pytest
- name: Upload artifcacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d8f7418

Please sign in to comment.