From 9aeccef9d6d3e71c81edc994cf4ee01daffee8d4 Mon Sep 17 00:00:00 2001 From: Fabian Gruenewald Date: Tue, 7 Jan 2025 11:13:24 +0100 Subject: [PATCH] bump python version --- .github/workflows/python-app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e0f7574..5cae271 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -71,9 +71,9 @@ jobs: python-version: 3.9 - name: Install pypa/build - run: >- - python -m pip install build - python -m pip install pbr + run: + pip install build + pip install pbr - name: Build a binary wheel and a source tarball run: >-