Skip to content

Commit

Permalink
Output disk usage on linux prior to wheel-build in .github/workflows/…
Browse files Browse the repository at this point in the history
…python-wheel-vcpkg.yml.
  • Loading branch information
Shane-J-Latham committed Jan 6, 2024
1 parent ae555fa commit bd3e82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-wheel-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
# Don't repair macOS wheels
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
CIBW_BEFORE_BUILD_WINDOWS: "python -m pip install cmake"
CIBW_BEFORE_BUILD_LINUX: "df -h"
CIBW_BEFORE_ALL_LINUX: "/usr/bin/yum install --assumeyes --verbose zip unzip tar cmake"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
# Run the package tests using `pytest`
Expand Down

0 comments on commit bd3e82c

Please sign in to comment.