Skip to content

Commit

Permalink
fix: actions and req
Browse files Browse the repository at this point in the history
  • Loading branch information
beiyuouo committed Oct 13, 2022
1 parent b91220e commit e3661c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
# ============================================
# TODO [√] 测试 Scaffold 脚手架指令
# ============================================
- name: Run daily arxiv
- name: Run dblp watcher
run: |
python main.py run --env=${{ env.RUN_ENV }}
cd src && python main.py run --env=${{ env.RUN_ENV }}
# ============================================
# TODO [√] 更新仓库数据
# ============================================
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
fire
requests
requests
loguru
ezkfg
pyyaml

0 comments on commit e3661c4

Please sign in to comment.