mirror of
https://github.com/PaiGramTeam/genshin-wiki.git
synced 2024-11-21 14:48:17 +00:00
💚 fix GitHub action
This commit is contained in:
parent
e9f14385f1
commit
daf7252d4f
3
.github/workflows/spider.yml
vendored
3
.github/workflows/spider.yml
vendored
@ -12,11 +12,10 @@ jobs:
|
||||
uses: actions/setup-python@v4.7.0
|
||||
with:
|
||||
python-version: '3.11'
|
||||
run: |
|
||||
python -m pip install --upgrade pip wheel setuptools
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip wheel setuptools
|
||||
pip install --upgrade poetry
|
||||
poetry install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user