We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b0dd9 commit 50de9baCopy full SHA for 50de9ba
.github/workflows/check_new_templates.yml
@@ -31,7 +31,7 @@ jobs:
31
git diff templates.smi
32
33
- name: Set up Python & RDKit
34
- uses: mamba-org/setup-micromamba@v1
+ uses: mamba-org/setup-micromamba@v2
35
with:
36
micromamba-version: 'latest'
37
environment-file: environment.yml
.github/workflows/update_templates.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout repo
24
uses: actions/checkout@v3
25
26
27
28
29
0 commit comments