Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,13 @@ before running any Cellpose functions.
your logs here.
</details>

### **System Information**
Please post the output of `python -m cellpose --version` or share the following details:
- OS and version (e.g., Windows 11, macOS 14.0, Ubuntu 22.04):
- Python version:
- Cellpose version:
- PyTorch version:
- GPU (if applicable):

### **Screenshots**
If applicable, add screenshots to help explain your problem.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
# platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11"]

steps:
Expand Down
Loading