mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Update gdtoolkit to version 3.5.0
This commit is contained in:
parent
cf0a64dc09
commit
b575895aa7
3 changed files with 3 additions and 11 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -310,7 +310,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.9
|
||||||
- name: GDFormat Check
|
- name: GDFormat Check
|
||||||
run: |
|
run: |
|
||||||
python -m pip install -r requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
GDTOOLKIT_VERSION=c514a022f7e566f06a0c68058727737fe0d8b33c
|
GDTOOLKIT_VERSION=3.5.0
|
||||||
|
|
||||||
FILES=$(git diff --cached --name-only --diff-filter=ACMR | grep '\.gd$' | grep -v '^addons/gd-plug' | grep -v '^addons/gut' | sed 's| |\\ |g')
|
FILES=$(git diff --cached --name-only --diff-filter=ACMR | grep '\.gd$' | grep -v '^addons/gd-plug' | grep -v '^addons/gut' | sed 's| |\\ |g')
|
||||||
echo $FILES
|
echo $FILES
|
||||||
|
|
|
@ -1,9 +1 @@
|
||||||
colorama==0.4.5
|
gdtoolkit==3.5.0
|
||||||
docopt==0.6.2
|
|
||||||
future==0.18.2
|
|
||||||
gdtoolkit==3.4.0
|
|
||||||
lark-parser==0.8.0
|
|
||||||
mando==0.6.4
|
|
||||||
PyYAML==6.0
|
|
||||||
radon==5.1.0
|
|
||||||
six==1.16.0
|
|
||||||
|
|
Loading…
Reference in a new issue