Skip to content

Commit

Permalink
--yes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 5, 2024
1 parent 6551ebb commit a6b4c7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_dev_with_live_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_flask_build_and_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6b4c7e

Please sign in to comment.