Skip to content

Commit

Permalink
vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Sep 6, 2023
1 parent dd7f7d7 commit 0f091d0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/test-python-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Install Conda environment
uses: mamba-org/setup-micromamba@v1
with:
environment-name: highsdev
create-args: >-
python==3.8
meson
pkgconfig
ninja
zlib
catch2
cache-environment: true
init-shell: >-
bash
zsh
# - name: Install Conda environment
# uses: mamba-org/setup-micromamba@v1
# with:
# environment-name: highsdev
# create-args: >-
# python==3.8
# meson
# pkgconfig
# ninja
# zlib
# catch2
# cache-environment: true
# init-shell: >-
# bash
# zsh

- name: Build and test
run: |
meson setup bdir -Duse_zlib=enabled -Dwith_tests=True -Dwith_pybind11=True -Dhighsint64=False -Dwrap_mode=forcefallback --prefix $CONDA_PREFIX
meson setup bdir -Duse_zlib=enabled -Dwith_pybind11=True -Dhighsint64=False -Dwrap_mode=forcefallback
cd bdir
meson compile
cd src
Expand Down

0 comments on commit 0f091d0

Please sign in to comment.