Implement/match LegoWorld::FUN_10021790 (#486)

* Implement/match LegoWorld::FUN_10021790

* Improve match

* Match

* Specify python package versions

* Use wildcard version

* Use const atom

* Use const atom
This commit is contained in:
Christian Semmler
2024-01-26 12:03:29 -05:00
committed by GitHub
parent 5f413165cc
commit a3868e3808
5 changed files with 62 additions and 20 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Install python libraries
shell: bash
run: |
pip install black pylint pytest -r tools/requirements.txt
pip install black==23.* pylint==3.* pytest==7.* -r tools/requirements.txt
- name: Run pylint and black
shell: bash