Skip to content

Commit

Permalink
2024-06-30 限定pip版本
Browse files Browse the repository at this point in the history
解决pip版本在24.1时安装uvicorn依赖的报错

2024-06-27运行报错 https://github.com/Barry-Flynn/hexo-circle-of-friends/actions/runs/9728445541/job/26849192258#step:5:168

2024-06-30问题反馈 Rock-Candy-Tea#146

2024-06-30问题解决 Rock-Candy-Tea#144
  • Loading branch information
Barry-Flynn authored Jun 30, 2024
1 parent 3b21939 commit 5181a2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
with:
python-version: 3.8

# 2024-06-27运行报错 https://github.com/Barry-Flynn/hexo-circle-of-friends/actions/runs/9728445541/job/26849192258#step:5:168
# 2024-06-30问题反馈 https://github.com/Rock-Candy-Tea/hexo-circle-of-friends/issues/146
# 2024-06-30问题解决 https://github.com/Rock-Candy-Tea/hexo-circle-of-friends/pull/144
- name: Install old pip version
run: pip install --upgrade 'pip<24.1'

- name: Install requirements
working-directory: ./hexo_circle_of_friends
run: |
Expand Down

0 comments on commit 5181a2c

Please sign in to comment.