Skip to content

Commit

Permalink
Revert "trial: attempt to install pre-release wheels for vtk"
Browse files Browse the repository at this point in the history
This reverts commit b7f0946.
  • Loading branch information
RobPasMue committed Oct 17, 2024
1 parent b7f0946 commit bf9c627
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,6 @@ jobs:
- should-release: false
os: macos-latest
steps:
- name: If Python 3.13 - define PIP extra index
if: matrix.python-version == '3.13'
run: |
if [ ${{ runner.os }} == 'Linux' ]; then
echo "PIP_EXTRA_INDEX_URL=https://wheels.vtk.org" | tee -a $GITHUB_ENV
echo "PIP_PRE=1" | tee -a $GITHUB_ENV
else
echo "PIP_EXTRA_INDEX_URL=https://wheels.vtk.org" | Out-File -FilePath $env:GITHUB_ENV -Append
echo "PIP_PRE=1" | Out-File -FilePath $env:GITHUB_ENV -Append
fi
# Allow prereleases
- name: Build wheelhouse and perform smoke test
uses: ansys/actions/build-wheelhouse@v8
with:
Expand Down

0 comments on commit bf9c627

Please sign in to comment.