pymmcore-plus/Setup Micro-Manager Test Device Adapters
Downloads a specified or latest release of the micr-manager test device adapters and extracts them into the given destination directory (or to sensible OS defaults).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 11, 2026
- License
- None
Pinned Snippet
uses: pymmcore-plus/setup-mm-test-adapters@501885fc43ebc486d3901441f1db4da8e04fdf54 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| destination | (Optional) Destination directory for the test device adapters. If empty, defaults to: - Windows: %LOCALAPPDATA%\pymmcore-plus\pymmcore-plus\mm - macOS: ~/Library/Application Support/pymmcore-plus/mm - Linux: ~/.local/share/pymmcore-plus/mm | no | "" |
| version | Version tag to install, "latest" for the most recent release, or "auto" to detect from installed pymmcore/pymmcore-nano. (default: "auto") | no | auto |
Outputs
| name | description |
|---|---|
| version | Resolved adapter version |
| mm-data-dir | Directory where adapters were extracted |