Skip to content

Commit

Permalink
[ci-macos-14] Resuming pvpython enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 15, 2024
1 parent 099a56f commit 110975e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,7 @@ jobs:
https://github.com/${{ env.PV_REPO }}/releases/download/${{ env.PV_TAG }}/ttk-paraview-headless-${{ matrix.os }}-arm64.tar.gz
fi
# NOTE: pvpython is broken on macos-14, but not on macos-12 (?)
- name: Install ParaView
continue-on-error: true
run: |
tar xzf ttk-paraview-headless.tar.gz
sudo cp -r ttk-paraview/* /usr/local
Expand Down Expand Up @@ -358,7 +356,6 @@ jobs:
echo "PYTHONPATH=/usr/local/lib/python3.12/site-packages:$PYTHONPATH" >> $GITHUB_ENV
- name: Run TTK tests
continue-on-error: true
uses: ./.github/actions/test-ttk-unix

- uses: actions/checkout@v4
Expand Down Expand Up @@ -391,7 +388,6 @@ jobs:
retention-days: 10

- name: Run ttk-data Python scripts
continue-on-error: true
run: |
cd ttk-data
# remove buggy example
Expand Down

0 comments on commit 110975e

Please sign in to comment.