mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
CI: Fix changelog dependency issue
This commit is contained in:
+1
-3
@@ -20,8 +20,6 @@ steps:
|
||||
image: python:3.6-slim-buster
|
||||
commands:
|
||||
- pip install --user -r ./tools/requirements.txt
|
||||
- pip install --user PyYaml -q # Why is that shit not in the requirements
|
||||
- pip install --user beautifulsoup4 -q # Same here
|
||||
- chmod +x ./scripts/code_check.sh && ./scripts/code_check.sh $PWD
|
||||
- awk -f tools/indentation.awk **/*.dm
|
||||
- python3 tools/TagMatcher/tag-matcher.py ../..
|
||||
@@ -177,6 +175,6 @@ steps:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 94a7efc91e95836b0456049170edfd6e68055cf481ef925347ffe6206eb8305a
|
||||
hmac: dff04fdff79e6ed2acdbe84a55f4c13f57655f345f56be03bf6d9c433cb65422
|
||||
|
||||
...
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
pygit2==1.4.0
|
||||
bidict==0.21.2
|
||||
Pillow==8.3.2
|
||||
PyYAML==5.4.1
|
||||
beautifulsoup4==4.10.0
|
||||
|
||||
Reference in New Issue
Block a user