Skip to content

Quick test

Quick test #1

Workflow file for this run

name: Run dev.py to test SEIDR
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
- name: Display Python version
run: python seidr/dev.py