Skip to content

Commit

Permalink
get rid of mamba in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 19, 2024
1 parent aae0790 commit ff34a4e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
- uses: actions/setup-python@v2
with:
python-version: "3.11"
miniforge-version: latest
use-mamba: true
channels: conda-forge,gurobi,defaults
channel-priority: true
python-version: "3.12"

- name: Install package and dependencies
run: |
mamba install scip gurobi
python -m pip install --upgrade pip
python -m pip install -e .[docs]
- name: Build documentation
Expand Down

0 comments on commit ff34a4e

Please sign in to comment.