Skip to content

Feature to print sex networks at each time step #21

Feature to print sex networks at each time step

Feature to print sex networks at each time step #21

Workflow file for this run

name: Tests of the PopART-IBM
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build container
run: docker build --tag test -f tests/Dockerfile .
- name: run tests
run: docker run test