chore: 📌 pin python version

This commit is contained in:
Michel Roux 2025-04-10 10:21:42 +00:00
parent 7146f064a0
commit 438c4e48bd

@ -4,7 +4,7 @@ on: [push]
jobs:
lint:
runs-on: ubuntu-latest
container: python:3.13.2
container: python:3.13
steps:
- run: apt-get update
- run: apt-get install -y git nodejs