Skip to content

Bump actions/setup-python from 4 to 5 #45

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #45

Workflow file for this run

name: PR Checks
on: [pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Set up Python
- uses: actions/setup-python@v5
with:
python-version: 3.9
# Set up Poetry
- uses: Gr1N/setup-poetry@v8
# Init the project
- run: make init
# Run the CI checks
- run: make ci