Skip to content

Commit 79d66ea

Browse files
committed
Python Test -1
1 parent 4caa4ee commit 79d66ea

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci_suite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

tools/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pygit2==1.13.1
1+
pygit2==1.7.2
22
bidict==0.22.0
33
Pillow==9.0.1
44

55
# changelogs
6-
PyYaml==6.0.2
6+
PyYaml==5.4
77
beautifulsoup4==4.9.3

0 commit comments

Comments
 (0)