Skip to content

Commit

Permalink
try to fix yes pipe issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver committed Aug 17, 2024
1 parent 89ceb81 commit a59d5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cd pyrcareworld
pip install -r requirements.txt
pip install -e .
yes Y | pip uninstall numpy
yes Y 2>/dev/null | pip uninstall numpy
conda install numpy
cd ../template
python test_bathing.py

0 comments on commit a59d5e8

Please sign in to comment.