We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e28f8 commit 390a0cbCopy full SHA for 390a0cb
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30
- name: Download Sample Video
31
run: |
32
- wget -c https://isorepublic.com/wp-content/uploads/2019/01/iso-republic-free-video-085.mp4 -O ./sample-video.mp4
+ wget -c https://archive.org/download/ltvehny-LTV_Zoom_Tutorials_-_Joining_Zoom_with_Computer_Audio/LTV_Zoom_Tutorials_-_Joining_Zoom_with_Computer_Audio.mp4 -O ./sample-video.mp4
33
- name: Lint with flake8
34
35
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
0 commit comments