Skip to content

Commit

Permalink
add -y
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Oct 18, 2024
1 parent 7154a18 commit 8df5dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/io-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
if: steps.cache-conda-env.outputs.cache-hit != 'true'
run: |
pip install -e .
pip uninstall numpy
pip install numpy==1.26.4
pip uninstall numpy -y
pip install numpy==1.26.4 -y
pip install .[test]
- name: Install neo without dependencies
Expand Down

0 comments on commit 8df5dae

Please sign in to comment.