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
eb90a523
Commit
eb90a523
authored
Oct 28, 2020
by
Lukas Pravda
Browse files
run github action on rdkit 2020.03 only
parent
c3c18bd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/documentation.yml
.github/workflows/documentation.yml
+1
-1
.github/workflows/tests.yml
.github/workflows/tests.yml
+1
-1
No files found.
.github/workflows/documentation.yml
View file @
eb90a523
...
...
@@ -33,7 +33,7 @@ jobs:
activate-conda
:
true
conda-channels
:
conda-forge
-
run
:
|
conda install rdkit
conda install rdkit
=2020.03.6
pip install -e ".[docs]"
-
run
:
|
...
...
.github/workflows/tests.yml
View file @
eb90a523
...
...
@@ -33,6 +33,6 @@ jobs:
activate-conda
:
true
conda-channels
:
conda-forge
-
run
:
|
conda install rdkit
conda install rdkit
=2020.03.6
pip install -e ".[tests]"
-
run
:
pytest --cov=pdbeccdutils
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