ci: Remove unnecessary command

This commit is contained in:
oSumAtrIX 2023-11-03 22:34:20 +01:00
parent 27799b8eb8
commit ac09f37a64
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: "Setup Python, Poetry and Dependencies"
- name: Setup Python, Poetry and Dependencies
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.11.3
@ -45,7 +45,6 @@ jobs:
- name: Update static files
run: |
poetry install
poetry run python main.py
- name: Commit changes