Skip to content

Commit

Permalink
fix the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Apr 12, 2024
1 parent 418c3cb commit 5f050a2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
run: |
python -m pip install --upgrade pip cryptography
pip install wheel numpy Cython biom-format
- name: Install highspy via dev wheel
if: matrix.os == 'macos-latest'
run: |
PYTHON_VERSION=${{ matrix.python-version }}
PYTHON_VERSION=${PYTHON_VERSION//./}
pip install .github/wheels/highspy-1.5.3-cp${PYTHON_VERSION}-cp${PYTHON_VERSION}-macosx_10_9_x86_64.whl
- name: Install MICOM
run: pip install -e .
- name: install CPLEX
Expand All @@ -52,8 +46,8 @@ jobs:
pip install pytest pytest-cov
pytest --cov=micom --cov-report=xml
- name: Upload to codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9
uses: codecov/codecov-action@v4.2.0
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
uses: codecov/codecov-action@v4.1.1

release:
needs: test
Expand Down

0 comments on commit 5f050a2

Please sign in to comment.