Skip to content

Commit cf1c6d0

Browse files
committed
build: just pip install yt-dlp
1 parent d09765b commit cf1c6d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- uses: actions/setup-python@v4
21-
with:
22-
python-version: '3.13'
23-
cache: 'pip'
2420
- run: pip install yt-dlp
2521
- run: npm ci
2622
- run: npm test

0 commit comments

Comments
 (0)