fix(repo): trying to downgrade python to 3.10
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 8s
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 8s
This commit is contained in:
parent
a324e3b6df
commit
595cb34696
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
container: catthehacker/ubuntu:act-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.11.2"]
|
||||
python-version: ["3.10"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
|
|
Loading…
Reference in a new issue