Skip to content

Commit

Permalink
Set python version for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 7, 2023
1 parent 50bfc38 commit f5327e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
python-version: "3.11"
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true

- name: Install requirements
run: |
mamba install --file=requirements.txt --file=requirements-docs.txt
mamba install gimli.units
mamba info
mamba list
Expand Down

0 comments on commit f5327e4

Please sign in to comment.