Skip to content

Commit 94e0574

Browse files
committed
Udpate action
1 parent 28ff7e4 commit 94e0574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Installing the library
2626
shell: bash -l {0}
2727
run: |
28-
python setup.py install
28+
python setup.cfg install
2929
- name: Running the Sphinx to gh-pages Action
3030
uses: uibcdf/[email protected]
3131
with:

devtools/conda-envs/docs_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: docs-env
22
dependencies:
3-
- python>=3.8
3+
- python=3.8
44
- anaconda
55
- pip
66
- numpy # pin version for conda

0 commit comments

Comments
 (0)