💚 fix GitHub action

This commit is contained in:
Karako 2023-08-21 20:55:58 +08:00
parent e9f14385f1
commit daf7252d4f
No known key found for this signature in database

View File

@ -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