Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jezsadler authored May 17, 2024
1 parent 175f613 commit 40ef6b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,13 @@ jobs:
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
conda install -c conda-forge ipopt
conda install -c conda-forge pyscipopt
- name: "Run tox targets with lean testing environment for ${{ matrix.python-version }}"
run: "tox -re leanenv"

- name: "Run tox targets for ${{ matrix.python-version }}"
run: "tox"

# - name: "Run tox notebooks targets for ${{ matrix.python-version }}"
# run: |
# shopt -s globstar
# tox -e notebooks docs/**/*.ipynb

- name: "Convert coverage"
run: "python -m coverage xml"

Expand Down

0 comments on commit 40ef6b1

Please sign in to comment.