From 2209858ff8a311f3f218c2fb9d1a5461acd46ba7 Mon Sep 17 00:00:00 2001 From: Bernhard Date: Sun, 19 Jan 2025 18:35:32 +0100 Subject: [PATCH] change python installs to pip --- .github/workflows/build-ocp-stubs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-ocp-stubs.yml b/.github/workflows/build-ocp-stubs.yml index fc64881..998a1c5 100644 --- a/.github/workflows/build-ocp-stubs.yml +++ b/.github/workflows/build-ocp-stubs.yml @@ -24,9 +24,6 @@ jobs: environment-name: build-stubs create-args: >- python=${{ matrix.python-version }} - build - setuptools - wheel log-level: debug init-shell: bash cache-downloads: true @@ -48,6 +45,7 @@ jobs: set -euo pipefail micromamba activate build-stubs + pip install build setuptools wheel cd pypi-stubs python -m build -w -n