Skip to content

Add branch relevance assessment and rename to Uncharted Waters Explorer #21

Add branch relevance assessment and rename to Uncharted Waters Explorer

Add branch relevance assessment and rename to Uncharted Waters Explorer #21

Workflow file for this run

name: CI
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install torch --index-url https://download.pytorch.org/whl/cpu
- run: pip install -r requirements-dev.txt
- run: pytest tests/ -v