Skip to content

Output only archive #55

Output only archive

Output only archive #55

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8']
uses: './.github/workflows/tests-reusable.yml'
with:
python-version: ${{ matrix.python-version }}