Skip to content

Commit

Permalink
GitHub Actions: fix Python version to 3.8 because Gurobi is incompati…
Browse files Browse the repository at this point in the history
…ble with Python 3.9
  • Loading branch information
msakai committed Nov 7, 2021
1 parent b613277 commit 14461b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Expand Up @@ -90,6 +90,7 @@ jobs:
- uses: s-weigand/setup-conda@v1
name: Setup Conda
with:
python-version: 3.8
conda-channels: 'http://conda.anaconda.org/gurobi'

- name: Install Gurobi
Expand Down

0 comments on commit 14461b4

Please sign in to comment.