Skip to content

update ci to python 3.9, dev extras includes all #1760

update ci to python 3.9, dev extras includes all

update ci to python 3.9, dev extras includes all #1760

Workflow file for this run

name: Build Package
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
pkg-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Build package
run: python setup.py sdist

Check failure on line 23 in .github/workflows/build-pkg.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-pkg.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
- name: Install package
run: |
# pip install numpy
pip install -e .
python -c "from icevision.all import *"