Skip to content

Add documentation about adding new features for training (#581) #263

Add documentation about adding new features for training (#581)

Add documentation about adding new features for training (#581) #263

name: Run tests without Kowalski
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel poetry
poetry install
cp config.defaults.yaml config.yaml
poetry run scope-develop
- name: Test without kowalski connection
run: |
poetry run scope-test-limited