Skip to content

Bump setuptools from 67.8.0 to 70.0.0 #192

Bump setuptools from 67.8.0 to 70.0.0

Bump setuptools from 67.8.0 to 70.0.0 #192

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: All Tests
run: |
docker build -t aposteriori .
docker run aposteriori:latest pytest