diff --git a/.github/workflows/testing_dev.yml b/.github/workflows/testing_dev.yml index c532d1cf9..95b32f068 100644 --- a/.github/workflows/testing_dev.yml +++ b/.github/workflows/testing_dev.yml @@ -78,7 +78,7 @@ jobs: run: pip install pytest pytest-cov - name: Manually remove matplotlib - run: pip uninstall matplotlib + run: pip uninstall matplotlib --yes - if: matrix.os != 'ubuntu-latest' name: Run tests diff --git a/.github/workflows/testing_dev_with_live_services.yml b/.github/workflows/testing_dev_with_live_services.yml index c4b76425b..1e2e90042 100644 --- a/.github/workflows/testing_dev_with_live_services.yml +++ b/.github/workflows/testing_dev_with_live_services.yml @@ -80,7 +80,7 @@ jobs: run: pip install pytest pytest-cov - name: Manually remove matplotlib - run: pip uninstall matplotlib + run: pip uninstall matplotlib --yes - name: Create env file run: | diff --git a/.github/workflows/testing_flask_build_and_dist.yml b/.github/workflows/testing_flask_build_and_dist.yml index 6c75e116b..401a7470e 100644 --- a/.github/workflows/testing_flask_build_and_dist.yml +++ b/.github/workflows/testing_flask_build_and_dist.yml @@ -86,7 +86,7 @@ jobs: run: pip install pytest pytest-cov - name: Manually remove matplotlib - run: pip uninstall matplotlib + run: pip uninstall matplotlib --yes # Fix for macos build - remove bad sonpy file - if: matrix.os == 'macos-latest' || matrix.os == 'macos-13' diff --git a/.github/workflows/testing_pipelines.yml b/.github/workflows/testing_pipelines.yml index 268be3551..c39f258d5 100644 --- a/.github/workflows/testing_pipelines.yml +++ b/.github/workflows/testing_pipelines.yml @@ -76,7 +76,7 @@ jobs: run: pip install pytest pytest-cov - name: Manually remove matplotlib - run: pip uninstall matplotlib + run: pip uninstall matplotlib --yes # Load example data caches - name: Get ephy_testing_data current head hash