Skip to content

Commit a760ff9

Browse files
Fix beta workflow (#1366)
* MAINT: Fix beta workflow * MAINT: Install compatible NumPy * MAINT: Revert temporary change
1 parent 9dda046 commit a760ff9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/beta.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests against betas
22

33
on:
44
schedule:
5-
- cron: "0 3 * * *"
5+
- cron: "0 17 * * *"
66
workflow_dispatch:
77

88
defaults:
@@ -62,6 +62,10 @@ jobs:
6262
env:
6363
SECRET_OE_LICENSE: ${{ secrets.OE_LICENSE }}
6464

65+
- name: Install AmberTools
66+
if: ${{ matrix.openeye == false }}
67+
run: micromamba install "ambertools =24" -c conda-forge
68+
6569
- name: Run mypy
6670
run: mypy --show-error-codes --namespace-packages -p "openff.interchange"
6771

0 commit comments

Comments
 (0)