Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-lidar committed Oct 23, 2024
1 parent 7b8c589 commit b32a404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: install deps
run: brew install cmake pkg-config jsoncpp eigen curl libtins glfw glew spdlog flatbuffers
- name: install python-deps
run: python3.12 -m pip3 install pytest pytest-xdist --break-system-packages
run: python3.12 -m pip install pytest pytest-xdist --break-system-packages
- name: build python
run: cd python && python3.12 -m pip install -e .[test] --break-system-packages
- name: set netparams
Expand Down

0 comments on commit b32a404

Please sign in to comment.