mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:10:55 +01:00
fix: move deps installation into runner (#3388)
This commit is contained in:
6
.github/workflows/validate-rsis.yml
vendored
6
.github/workflows/validate-rsis.yml
vendored
@@ -31,9 +31,9 @@ jobs:
|
||||
# Corvax-Secrets-End
|
||||
- name: Pull engine updates
|
||||
uses: space-wizards/submodule-dependency@v0.1.5
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
pip3 install --ignore-installed --user pillow jsonschema
|
||||
#- name: Install Python dependencies
|
||||
# run: |
|
||||
# pip3 install --ignore-installed --user pillow jsonschema
|
||||
- name: Validate RSIs
|
||||
run: |
|
||||
python3 RobustToolbox/Schemas/validate_rsis.py Resources/
|
||||
|
||||
Reference in New Issue
Block a user