Skip to content

RG number generator created #3

RG number generator created

RG number generator created #3

Workflow file for this run

name: Python Tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubunto-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.7'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install requirements.txt
- name: Run tests
run: |
python pytest