Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou authored Jan 17, 2025
1 parent 9a17916 commit 6c292f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build docs
on:
push:
branches:
- master
- main

jobs:
build:
Expand All @@ -14,9 +14,8 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
mamba-version: "*"
channels: conda-forge
python-version: 3.12
channels: conda-forge,defaults
activate-environment: lume-model-dev
- name: Build package
shell: bash -l {0}
Expand Down

0 comments on commit 6c292f3

Please sign in to comment.