We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5babafb commit a3161cbCopy full SHA for a3161cb
.github/workflows/tag.yml
@@ -68,6 +68,8 @@ jobs:
68
activate-environment: test
69
- name: Building & Testing conda package
70
run: |
71
+ cat cicd-toolkit/recipe/conda_build_config.yaml
72
+ cat cicd-toolkit/recipe/meta.yaml
73
conda-build cicd-toolkit/recipe
74
75
Tag:
rxn_rebuild/rxn_rebuild.py
@@ -12,6 +12,7 @@
12
from copy import deepcopy
13
from rr_cache import rrCache
14
from chemlite import Reaction
15
+
16
from .Args import DEFAULTS
17
18
0 commit comments