File tree Expand file tree Collapse file tree 3 files changed +10
-18
lines changed
Expand file tree Collapse file tree 3 files changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,17 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
18- - name : Setup
19- uses : conda-incubator /setup-miniconda@v2
18+ - name : Set up Python
19+ uses : actions /setup-python@v6
2020 with :
21- auto-update-conda : true
22- activate-environment : docs
23- environment-file : environment.yml
21+ python-version : ' 3.14.2'
22+
23+ - name : Install dependencies with pip
24+ run : |
25+ python -m pip install --upgrade pip
26+ pip install -r requirements.txt
2427
2528 - uses : oleksiyrudenko/gha-git-credentials@v2-latest
2629 with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11mkdocs-material == 9.6.15
22mkdocstrings-python == 1.16.12
33mike == 1.1.2
4- setuptools
4+ setuptools < 82.0.0
You can’t perform that action at this time.
0 commit comments