File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 ${{ runner.os }}-
3333 - name : Install Tools
3434 run : |
35- pip install -r tools/requirements.txt
35+ pip3 install setuptools
3636 bash tools/ci/install_node.sh
3737 bash tools/ci/install_spaceman_dmm.sh dreamchecker
3838 tools/bootstrap/python -c ''
@@ -42,10 +42,10 @@ jobs:
4242 bash tools/ci/check_changelogs.sh
4343 bash tools/ci/check_grep.sh
4444 bash tools/ci/check_misc.sh
45- python tools/validate_dme.py <cev_eris.dme
45+ tools/bootstrap/ python tools/validate_dme.py <cev_eris.dme
4646 tools/build/build --ci lint tgui-test
47- python -m dmi.test
48- python -m mapmerge2.dmm_test
47+ tools/bootstrap/ python -m dmi.test
48+ tools/bootstrap/ python -m mapmerge2.dmm_test
4949 ~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1
5050 - name : Annotate Lints
5151 uses : yogstation13/DreamAnnotate@v2
Original file line number Diff line number Diff line change 1- pygit2 == 1.13.1
1+ pygit2 == 1.7.2
22bidict == 0.22.0
33Pillow == 9.0.1
44
55# changelogs
6- PyYaml == 6.0.2
6+ PyYaml == 5.4
77beautifulsoup4 == 4.9.3
You can’t perform that action at this time.
0 commit comments