Skip to content

Bump setuptools from 65.5.1 to 70.0.0 #98

Bump setuptools from 65.5.1 to 70.0.0

Bump setuptools from 65.5.1 to 70.0.0 #98

Workflow file for this run

name: Testing
on: [push]
jobs:
testing:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: "Build Docker Images"
run: docker-compose build simapy
- name: "Tests"
run: docker-compose run simapy pytest --junitxml output/report.xml