Skip to content

Commit

Permalink
fix sed
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Aug 25, 2024
1 parent ea4b5b6 commit 9f22ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if grep -q 'codecov' core/requirements_test.txt; then
fi

if grep -q 'mypy-dev==1.10.0a3' core/requirements_test.txt; then
# mypy-dev==1.10.0a3 seems to not be available anymore, HA 2024.4 and 2024.5 are effected
sed -i '' 's/mypy-dev==1.10.0a3/mypy-dev==1.10.0/' core/requirements_test.txt
# mypy-dev==1.10.0a3 seems to not be available anymore, HA 2024.4 and 2024.5 are affected
sed -i 's/mypy-dev==1.10.0a3/mypy-dev==1.10.0b1/' core/requirements_test.txt
fi
pip install -r core/requirements_test.txt

Expand Down

0 comments on commit 9f22ff2

Please sign in to comment.