Skip to content

Merge pull request #354 from ioos/dependabot/github_actions/github-ac… #210

Merge pull request #354 from ioos/dependabot/github_actions/github-ac…

Merge pull request #354 from ioos/dependabot/github_actions/github-ac… #210

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 #v5
with:
python-version: "3.x"
- name: Install
run: >
python -m pip install .
&& python -m pip install pytest pyarrow
- name: Core Tests
run: python -m pytest -rxs tests/test_erddapy.py