Skip to content

Standardize installation across platforms #87

Standardize installation across platforms

Standardize installation across platforms #87

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
pip install -r requirements.txt
cp config.defaults.yaml config.yaml
./scope.py develop
- name: Test without kowalski connection
run: |
./scope.py test_limited