Skip to content

add Bowlus Baby Albatross #133

add Bowlus Baby Albatross

add Bowlus Baby Albatross #133

Workflow file for this run

name: Python application
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install pytest
run: pip3 install pytest requests
- name: Run tests
run: pytest