update CI

This commit is contained in:
thomas girod
2024-09-02 12:42:27 +02:00
parent 6962b39fc9
commit 341ffc9a55
4 changed files with 8 additions and 6 deletions

View File

@ -16,16 +16,16 @@ runs:
shell: bash
- name: Set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Load cached Poetry installation
id: cached-poetry
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-0 # increment to reset cache
key: poetry-1 # increment to reset cache
- name: Install Poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'