Skip to content

Try fix pyproject.toml deploy III (#32) #166

Try fix pyproject.toml deploy III (#32)

Try fix pyproject.toml deploy III (#32) #166

Workflow file for this run

name: json
on:
pull_request:
push:
branches:
- main
release:
types:
- published
jobs:
json:
# Linux is sufficient for the json test. The individual packages should be
# checked for different OS's.
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
shell: bash
run: pip install pytest
- name: Run test
shell: bash
run: pytest tests/test_json.py