Skip to content

Switch to the new collection #70

Switch to the new collection

Switch to the new collection #70

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Test
on:
push:
branches:
- main
- master
pull_request: ~
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
python-version: ["3.8"]
steps:
- uses: actions/[email protected]