This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Description
🐛 Bug
CI testing currently failing to install ffmpeg with the following error(s)
Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/f/ffmpeg/libavutil56_4.2.4-1ubuntu0.1_amd64.deb 404 Not Found [IP: 40.119.46.219 80]
...
PR is forthcoming that will add sudo apt-get update to the install dependencies job
To Reproduce
Steps to reproduce the behavior:
Run the CI testing job
See error like the below:
https://github.com/PyTorchLightning/lightning-tutorials/runs/6839199437?check_suite_focus=true
Expected behavior
Expect the CI testing dependencies to install successfully
Additional context