Skip to content

BLD: Try switching to vsenv for wheels [win] #35

BLD: Try switching to vsenv for wheels [win]

BLD: Try switching to vsenv for wheels [win] #35

Workflow file for this run

name: test-python-api
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python: [3.9]
steps:
- uses: actions/checkout@v3
- name: Install correct python version
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- name: Test Python Interface
shell: bash
run: |
pip install -vvv .
pip install pytest numpy
pytest -v ./highspy/tests/