mirror of
https://github.com/PaiGramTeam/genshin-wiki.git
synced 2024-11-21 22:58:02 +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
|
uses: actions/setup-python@v4.7.0
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip wheel setuptools
|
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
python -m pip install --upgrade pip wheel setuptools
|
||||||
pip install --upgrade poetry
|
pip install --upgrade poetry
|
||||||
poetry install
|
poetry install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user