Skip to content

Commit 5a6e387

Browse files
authored
Merge pull request #829 from fractal-analytics-platform/stackview-and-tests
Pin stackview and update pip-ci running mode
2 parents 8e776f0 + 711edda commit 5a6e387

File tree

4 files changed

+92
-79
lines changed

4 files changed

+92
-79
lines changed

.github/workflows/ci_pip.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
branches: ["main"]
66
pull_request:
77
branches: ["main"]
8-
8+
schedule:
9+
- cron: "0 23 * * 2"
10+
workflow_dispatch:
911

1012
jobs:
1113

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* Testing
66
* Use latest version of Zenodo tiny-ome-zarr dataset (\#817).
77
* Relax pip-version constraint in external-packages-manifest tests (\#825).
8+
* Run pip-based CI also regularly and on-demand (\#829).
9+
* Dependencies:
10+
* Require `stackview<=0.9.0` (\#829).
811
* Documentation:
912
* Bump `mkdocstrings` and `mkdocstrings-python` to support `griffe` v1 (\#818).
1013

0 commit comments

Comments
 (0)