Skip to content

Commit

Permalink
pypi-ci: Install VapourSynth before Pip dependencies to satisfy vapou…
Browse files Browse the repository at this point in the history
…rsynth pip package
  • Loading branch information
rlaphoenix committed Oct 20, 2020
1 parent 5fd98e9 commit 33d5f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Install VapourSynth
uses: Irrational-Encoding-Wizardry/[email protected]
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 33d5f92

Please sign in to comment.