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

@ -88,8 +88,6 @@ jobs:
strategy:
matrix:
python-version: ["3.10"]
poetry-version: ["1.5.1"]
uses: ./.github/workflows/jmeter.yml
with:
python-version: ${{ matrix.python-version }}
poetry-version: ${{ matrix.poetry-version }}

View file

@ -8,11 +8,6 @@ on:
required: true
default: "3.10"
type: string
poetry-version:
description: "Poetry Version"
required: true
default: "1.5.1"
type: string
jobs:
jmeter:

View file

@ -25,6 +25,7 @@ on:
jobs:
nix:
if: false # temporarly disable nix support until the `poetry2nix` issue is resolved
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4