Skip to content

Commit

Permalink
Prior worked for windows!!
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 27, 2024
1 parent 3d3b58e commit bfbff8a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ jobs:
$Env:LIB += ";$Env:BLOSC2_INSTALL_PREFIX\lib;$Env:BLOSC2_INSTALL_PREFIX\lib64;$Env:BLOSC2_INSTALL_PREFIX\bin"
echo "LIB=$Env:LIB" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
# Now just build blosc2-sys to ensure caching doesn't get in the way and sanity purposes
# cargo build --release --target ${{ matrix.conf.target-triple }} --package blosc2-sys --target-dir build -vv
- name: Setup (Linux)
if: runner.os == 'Linux'
env:
Expand Down Expand Up @@ -245,17 +242,6 @@ jobs:
name=$(ls -1 wheels/ | head -n 1)
delvewheel repair -v wheels/$name -w dist
# Repair wheel
# $file = Get-ChildItem -Path ".\wheels\" -Filter "*.whl" | Select-Object -First 1
# if ($file -ne $null) {
# & delvewheel repair -v $file.FullName -w dist
# } else {
# Write-Host "No .whl file found in the wheels directory."
# }
# # Remove location of blosc2 to ensure fixing wheel works
# Remove-Item -Path $env:BLOSC2_INSTALL_PREFIX -Recurse -Force -ErrorAction SilentlyContinue
- name: Build wheel (MacOS)
if: runner.os == 'macOS'
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit bfbff8a

Please sign in to comment.