Skip to content

Commit a3161cb

Browse files
committed
trigger
1 parent 5babafb commit a3161cb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
activate-environment: test
6969
- name: Building & Testing conda package
7070
run: |
71+
cat cicd-toolkit/recipe/conda_build_config.yaml
72+
cat cicd-toolkit/recipe/meta.yaml
7173
conda-build cicd-toolkit/recipe
7274
7375
Tag:

rxn_rebuild/rxn_rebuild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from copy import deepcopy
1313
from rr_cache import rrCache
1414
from chemlite import Reaction
15+
1516
from .Args import DEFAULTS
1617

1718

0 commit comments

Comments
 (0)