Skip to content

Merge pull request #1 from neptune-ai/rj/py-3.12 #2

Merge pull request #1 from neptune-ai/rj/py-3.12

Merge pull request #1 from neptune-ai/rj/py-3.12 #2

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
name: Python ${{ matrix.python-version }} testing
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: python -m pip install .
- name: Test
working-directory: .github/workflows/test
run: pflake8