Skip to content

Commit 3b01947

Browse files
authored
Update test.yml
1 parent 09606c7 commit 3b01947

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
vs-versions: ["68"]
22-
python-version: ["3.9", "3.10", "3.11", "3.12"]
22+
python-version: ["3.8", "3.12"]
2323

2424
steps:
2525
- uses: actions/checkout@v4
@@ -32,7 +32,6 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
python3 -m pip install --upgrade pip
35-
pip install vapoursynth-portable==${{ matrix.vs-versions }}
3635
pip install -r requirements.txt
3736
pip install -r requirements-dev.txt
3837

0 commit comments

Comments
 (0)