Skip to content

Python Poetry and GH actions #13

Python Poetry and GH actions

Python Poetry and GH actions #13

Workflow file for this run

---
name: Testing GH Actions
on:
- push
jobs:
basic_job:
runs-on: "ubuntu-24.04"
steps:
- run: python3 --version