Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
pdbe
ccdutils
Commits
3cc61fb7
Commit
3cc61fb7
authored
Oct 28, 2020
by
Lukas Pravda
Browse files
fix failing github action for documentation
parent
2defd98e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
.github/workflows/documentation.yml
.github/workflows/documentation.yml
+4
-5
No files found.
.github/workflows/documentation.yml
View file @
3cc61fb7
...
...
@@ -27,16 +27,15 @@ jobs:
with
:
python-version
:
3.7
-
name
:
Set up environment
-
name
:
Set up environment
and generate docs
uses
:
s-weigand/setup-conda@v1
with
:
activate-conda
:
true
conda-channels
:
conda-forge
-
run
:
|
-
run
:
|
conda install rdkit=2020.03.6
pip install -e ".[docs]"
-
run
:
|
pip install -e ".[docs]"
-
run
:
|
cd doc
make html
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment