Skip to content

Add single image selection mode to UMAP window #517

Add single image selection mode to UMAP window

Add single image selection mode to UMAP window #517

Workflow file for this run

name: Run Pytest
on:
pull_request:
branches: [ master, main ]
jobs:
run_tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[testing]
- name: Run tests
run: |
pytest tests