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.
2 parents 8e776f0 + 711edda commit 5a6e387Copy full SHA for 5a6e387
.github/workflows/ci_pip.yml
@@ -5,7 +5,9 @@ on:
5
branches: ["main"]
6
pull_request:
7
8
-
+ schedule:
9
+ - cron: "0 23 * * 2"
10
+ workflow_dispatch:
11
12
jobs:
13
CHANGELOG.md
@@ -5,6 +5,9 @@
* Testing
* Use latest version of Zenodo tiny-ome-zarr dataset (\#817).
* Relax pip-version constraint in external-packages-manifest tests (\#825).
+ * Run pip-based CI also regularly and on-demand (\#829).
+* Dependencies:
+ * Require `stackview<=0.9.0` (\#829).
* Documentation:
* Bump `mkdocstrings` and `mkdocstrings-python` to support `griffe` v1 (\#818).
0 commit comments