Skip to content

Commit

Permalink
bring back workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored and Samiur Arif committed Apr 4, 2024
1 parent 6d31539 commit 015175a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/signalfx-agent/bundle/scripts/windows/bundle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ function get_collectd_plugins ([string]$buildDir=$BUILD_DIR) {
$script = Resolve-Path "$scriptDir\..\get-collectd-plugins.py"
$python = Resolve-Path "$buildDir\python\python.exe"

# workaround for https://github.com/yaml/pyyaml/issues/724
& $python -m pip install 'wheel==0.40.0'
& $python -m pip install 'Cython<3.0' 'PyYaml~=5.0' --no-build-isolation

& $python -m pip install -qq -r $requirements
if ($lastexitcode -ne 0){ throw }

Expand Down

0 comments on commit 015175a

Please sign in to comment.