Skip to content

Commit

Permalink
Evgencheg patch 3 (#262)
Browse files Browse the repository at this point in the history
* Update test-secrets4.yml

* Update validate-rsis.yml
  • Loading branch information
Evgencheg authored Oct 10, 2024
1 parent ad1a51f commit b0ee11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-secrets4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: space-wizards/[email protected]
- name: Install Python dependencies
run: |
pip3 install --ignore-installed --user pillow jsonschema
pip3 install --ignore-installed --user pillow jsonschema --break-system-packages
- name: Validate RSIs
run: |
python3 RobustToolbox/Schemas/validate_rsis.py Resources/
2 changes: 1 addition & 1 deletion .github/workflows/validate-rsis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: space-wizards/[email protected]
- name: Install Python dependencies
run: |
pip3 install --ignore-installed --user pillow jsonschema
pip3 install --ignore-installed --user pillow jsonschema --break-system-packages
- name: Validate RSIs
run: |
python3 RobustToolbox/Schemas/validate_rsis.py Resources/

0 comments on commit b0ee11d

Please sign in to comment.