Skip to content

Commit

Permalink
change python installs to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Jan 19, 2025
1 parent acb9fe6 commit 2209858
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-ocp-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2209858

Please sign in to comment.