Skip to content

Commit

Permalink
新增依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Oct 24, 2023
1 parent 31355c9 commit ec01bfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releaseDeck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
cd ./script/
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python releaseDeck.py
cd ..
- name: Upload
Expand Down
2 changes: 2 additions & 0 deletions script/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pyyaml
pyjson5

0 comments on commit ec01bfb

Please sign in to comment.