diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3fce442b8..ff4657a12 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -36,7 +36,7 @@ jobs: - name: Prepare python environment run: | python -m pip install --upgrade pip - python -m pip install --group coverage + python -m pip install --group coverage || python -m pip install networkx cython pytest-cov numpy - name: Install PySCIPOpt run: | diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 52e4dd9a5..afe5edfec 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -34,7 +34,7 @@ jobs: - name: Prepare python environment run: | python -m pip install --upgrade pip - python -m pip install --group test-full + python -m pip install --group test-full || python -m pip install networkx pytest-cov numpy - name: Install PySCIPOpt run: python -m pip install . @@ -70,7 +70,7 @@ jobs: shell: powershell run: | python -m pip install --upgrade pip - python -m pip install --group test-full + python -m pip install --group test-full || python -m pip install networkx pytest-cov numpy - name: Install PySCIPOpt shell: powershell @@ -107,7 +107,7 @@ jobs: - name: Prepare python environment run: | python -m pip install --upgrade pip - python -m pip install --group test-full + python -m pip install --group test-full || python -m pip install networkx pytest-cov pytest numpy - name: Install PySCIPOpt run: | diff --git a/.github/workflows/update-packages-and-documentation.yml b/.github/workflows/update-packages-and-documentation.yml index 5c3f7eb6f..856aa7d0d 100644 --- a/.github/workflows/update-packages-and-documentation.yml +++ b/.github/workflows/update-packages-and-documentation.yml @@ -49,7 +49,7 @@ jobs: - name: Prepare python environment run: | python -m pip install --upgrade pip - python -m pip install --group test-full + python -m pip install --group test-full || python -m pip install wheel cython networkx pytest-cov - name: Install PySCIPOpt run: python -m pip install . @@ -86,7 +86,7 @@ jobs: shell: powershell run: | python -m pip install --upgrade pip - python -m pip install --group test-full + python -m pip install --group test-full || python -m pip install wheel cython networkx pytest-cov - name: Install PySCIPOpt shell: powershell run: |