chore: update poetry, disable nix workflow and python package updates (#3213)

This commit is contained in:
dni ⚡ 2025-06-24 18:09:48 +02:00 committed by GitHub
parent 063aa4fd06
commit 55889abd88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1452 additions and 1163 deletions

View file

@ -5,9 +5,6 @@ inputs:
description: "Python Version"
required: true
default: "3.10"
poetry-version:
description: "Poetry Version"
default: "1.8.5"
node-version:
description: "Node Version"
default: "20.x"
@ -27,10 +24,8 @@ runs:
# cache poetry install via pip
cache: "pip"
- name: Set up Poetry ${{ inputs.poetry-version }}
- name: Set up Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ inputs.poetry-version }}
- name: Setup a local virtual environment (if no poetry.toml file)
shell: bash