Skip to content

bump version to v1.9.4 #113

bump version to v1.9.4

bump version to v1.9.4 #113

Workflow file for this run

name: CI (Pip)
on:
push:
paths-ignore:
- 'README.md'
pull_request:
types:
- opened
- edited
- synchronize
paths-ignore:
- 'README.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest'] # , 'macos-latest']
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --ignore-installed .