Skip to content

update actions

update actions #8

Workflow file for this run

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