Skip to content

🧪 circle ci -> github actions (#40) #1

🧪 circle ci -> github actions (#40)

🧪 circle ci -> github actions (#40) #1

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: python:3.7
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: test
run: pip install tox && tox