Skip to content

Merge branch 'main' into dependabot/pip/pandas-2.1.1 #919

Merge branch 'main' into dependabot/pip/pandas-2.1.1

Merge branch 'main' into dependabot/pip/pandas-2.1.1 #919

Workflow file for this run

name: tests
# 'workflow_dispatch' is manually from the Actions tab
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install
run: |
pip3 install -r requirements.txt
pip3 install -e .[dev] --no-deps
#pip3 check
- name: Test
run: ./meta/run_tests.sh