mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Use reccmp as a python requirement (#1116)
* Use reccmp as a python requirement * Add BETA10 to reccmp-project.yml
This commit is contained in:
committed by
GitHub
parent
c38e157fdb
commit
0cb753e523
4
.github/workflows/naming.yml
vendored
4
.github/workflows/naming.yml
vendored
@@ -15,6 +15,10 @@ jobs:
|
||||
with:
|
||||
version: "16"
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install python libraries
|
||||
run: |
|
||||
pip install -r tools/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user