Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Sep 6, 2023
1 parent 0d565eb commit fcdf5b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-python-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
# bash
# zsh

- name: Install deps
run: |
python3 -m pip install meson numpy pytest meson-python pybind11
- name: Build and test
run: |
meson setup bdir -Duse_zlib=enabled -Dwith_pybind11=True -Dhighsint64=False -Dwrap_mode=forcefallback
Expand Down

0 comments on commit fcdf5b4

Please sign in to comment.