Compare commits
2 Commits
4e87bd4a80
...
64f3256d3d
| Author | SHA1 | Date | |
|---|---|---|---|
| 64f3256d3d | |||
| bf9d229fc7 |
@@ -16,6 +16,10 @@ runs:
|
|||||||
run: echo "/root/.local/bin" >> ${GITHUB_PATH}
|
run: echo "/root/.local/bin" >> ${GITHUB_PATH}
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
run: pipx install poetry
|
run: pipx install poetry
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.12"
|
||||||
|
cache: "poetry" # caching poetry dependencies
|
||||||
- name: Install poetry package
|
- name: Install poetry package
|
||||||
run: poetry install --no-interaction ${{ inputs.poetry_install_args }}
|
run: poetry install --no-interaction ${{ inputs.poetry_install_args }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user