mirror of
https://github.com/revanced/revanced-static-api.git
synced 2025-04-29 14:14:33 +02:00
ci: Install Poetry by simplifying steps
This commit is contained in:
parent
005bbbd2a9
commit
64bc4d95ef
5
.github/workflows/update.yml
vendored
5
.github/workflows/update.yml
vendored
@ -18,10 +18,11 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
- name: "Setup Python, Poetry and Dependencies"
|
||||
uses: packetcoders/action-setup-cache-python-poetry@main
|
||||
with:
|
||||
python-version: 3.11.3
|
||||
poetry-version: 1.6.1
|
||||
|
||||
- name: Write config file
|
||||
run: echo "${{ vars.CONFIG }}" > config.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user