Skip to content

Update wheel version (#64). #59

Update wheel version (#64).

Update wheel version (#64). #59

Workflow file for this run

name: PythonCI
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.12]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- name: Install
run: pip install .
- name: Test
env:
GA_OS: ${{ matrix.os }}
run: python setup.py test