Skip to content

fix remaining event updates #7

fix remaining event updates

fix remaining event updates #7

Workflow file for this run

name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: 3.6
- name: Setup python
run: |
pip install -r requirements.txt
- name: Test with pytest
run: |
python networks.py 2