Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: try to fix syntax error (?)
Signed-off-by: Johannes Messner <[email protected]>
  • Loading branch information
JohannesMessner committed Oct 18, 2023
commit c8fd6483f3026548a12f4f8df580f1a59baea889
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ jobs:
./scripts/install_pydantic_v2.sh ${{ matrix.pydantic-version }}
poetry run pip uninstall -y torch
poetry run pip install torch
# Issue https://github.com/docarray/docarray/issues/1821 occurs with a numpy version
# that is only supported in pyton 3.9 and up.
# Poetry cannot lock to that version because we support python 3.8.
# Therefore, we install this version manually to test for the error in the CI.
poetry run pip install numpy==1.26.1
sudo apt-get update
sudo apt-get install --no-install-recommends ffmpeg
Expand Down