diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd222b2f..2c92b089 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ 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" @@ -49,5 +49,5 @@ jobs: - name: "Upload coverage to Codecov" uses: "codecov/codecov-action@v4" with: - token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true