Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyfisik committed Jan 10, 2024
1 parent c3ff259 commit eca78da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Install Python NumPy and Pybind11
# run: sudo apt install python3-numpy python3-all-dev python-numpy-dev python3-pybind11 python3-distutils && sudo pip3 install tox
run: pip3 install tox

- name: Python initial test
working-directory: ${{github.workspace}}
run: tox run
Expand Down

0 comments on commit eca78da

Please sign in to comment.