We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8ea3c commit 3757d06Copy full SHA for 3757d06
2 files changed
.github/workflows/renovate.yml
@@ -17,6 +17,10 @@ jobs:
17
sudo apt-get install chromium-browser
18
- name: Install uv
19
uses: astral-sh/setup-uv@v5
20
+ - name: Install Deno
21
+ uses: denoland/setup-deno@v2
22
+ with:
23
+ deno-version: v2.x
24
- name: Test new yt-dlp
25
run: |
26
set -euo pipefail
.github/workflows/setup/action.yml
@@ -28,6 +28,11 @@ runs:
28
sudo /etc/init.d/rethinkdb restart
29
shell: bash
30
31
32
33
34
35
+
36
- name: Install pip dependencies
37
38
uv sync --python ${{ inputs.python-version }} --extra rethinkdb --extra warcprox --extra yt-dlp --extra psycopg
0 commit comments