Skip to content

Bump ipython from 7.16.3 to 8.10.0 #17

Bump ipython from 7.16.3 to 8.10.0

Bump ipython from 7.16.3 to 8.10.0 #17

Workflow file for this run

name: ci
on: [pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
matrix:
os: [ubuntu-latest, macOS-latest]
python-version: [3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Test with pytest
run: |
sh run_tests.sh