Skip to content

Merge pull request #316 from callumrollo/callum-patch-13 #91

Merge pull request #316 from callumrollo/callum-patch-13

Merge pull request #316 from callumrollo/callum-patch-13 #91

Workflow file for this run

name: Core Tests
on:
pull_request:
push:
branches: [main]
defaults:
run:
shell: bash
jobs:
packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install
run: >
python -m pip install .
&& python -m pip install pytest
- name: Core Tests
run: python -m pytest -rxs tests/test_erddapy.py