From 995bc0392b4f943387a6d936272c317f1ce65cae Mon Sep 17 00:00:00 2001 From: 0penBrain <48731257+0penBrain@users.noreply.github.com> Date: Thu, 13 Apr 2023 10:29:02 +0200 Subject: [PATCH] CI: remove pivy patching on Ubuntu 22.04 workflow Problems have been fixed upstream --- .github/workflows/sub_buildUbuntu2204.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/sub_buildUbuntu2204.yml b/.github/workflows/sub_buildUbuntu2204.yml index 8a835e5b76..0746d78698 100644 --- a/.github/workflows/sub_buildUbuntu2204.yml +++ b/.github/workflows/sub_buildUbuntu2204.yml @@ -138,17 +138,6 @@ jobs: swig \ ccache \ xvfb - - name: Install Pivy version compatible with Python 3.10 - run: | - sudo apt-get purge python3-pivy - cd /tmp/ - git clone --depth 1 --branch 0.6.8 https://github.com/coin3d/pivy.git - cd pivy - mkdir build - cd build - cmake .. - make -j$(nproc) - sudo make install - name: Make needed directories, files and initializations id: Init run: |