ci: Install Poetry by simplifying steps

This commit is contained in:
oSumAtrIX 2023-10-30 00:29:52 +01:00
parent 005bbbd2a9
commit 64bc4d95ef
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -18,10 +18,11 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Python - name: "Setup Python, Poetry and Dependencies"
uses: actions/setup-python@v2 uses: packetcoders/action-setup-cache-python-poetry@main
with: with:
python-version: 3.11.3 python-version: 3.11.3
poetry-version: 1.6.1
- name: Write config file - name: Write config file
run: echo "${{ vars.CONFIG }}" > config.json run: echo "${{ vars.CONFIG }}" > config.json