Skip to content

test package installation #1297

test package installation

test package installation #1297

Workflow file for this run

name: test package installation
on:
schedule:
- cron: "0 0 * * *"
jobs:
build:
if: contains(github.event.head_commit.message, '[skip ci]') == false
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -U setuptools
- run: pip install seqeval