Bump js version #1289
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Demo data dry-run | |
| on: [push, pull_request] | |
| jobs: | |
| test_demos: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: astral-sh/setup-uv@v3 | |
| with: | |
| version: "latest" | |
| - name: Install vitessce | |
| run: uv sync --extra dev --extra all --extra demos | |
| - name: Run tests | |
| working-directory: ./demos | |
| run: uv run snakemake -j 1 --dry-run |