From 183699a59bf04f2bb4008933f21118aede64bcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Tue, 19 Aug 2025 17:53:53 +0200 Subject: [PATCH] [ci] Remove cloning and setup for `mrSegmentation` --- .github/workflows/continuous-integration.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e44f8a4980..113cab206b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -25,8 +25,6 @@ jobs: strategy: matrix: python-version: [ 3.11 ] - env: - MESHROOM_PLUGINS_PATH: "${{ github.workspace }}/../mrSegmentation/meshroom/" steps: - uses: actions/checkout@v3 @@ -34,11 +32,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - name: Clone mrSegmentation - run: | - cd .. - git clone https://github.com/meshroomHub/mrSegmentation.git - cd ${{ github.workspace }} - name: Install dependencies run: | python -m pip install --upgrade pip @@ -69,8 +62,6 @@ jobs: strategy: matrix: python-version: [ 3.11 ] - env: - MESHROOM_NODES_PATH: "${{ github.workspace }}/../mrSegmentation/meshroom" steps: - uses: actions/checkout@v3 @@ -78,11 +69,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - name: Clone mrSegmentation - run: | - cd .. - git clone https://github.com/meshroomHub/mrSegmentation.git - cd ${{ github.workspace }} - name: Install dependencies run: | python -m pip install --upgrade pip