Skip to content

Commit f1110a7

Browse files
committed
find pip path
1 parent b9adaf5 commit f1110a7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
- uses: actions/checkout@v5
5151
with:
5252
submodules: recursive
53+
- name: Find vapoursynth.lib
54+
run: |
55+
pip install vapoursynth
56+
python -c "import vapoursynth; print(vapoursynth.__file__)"
5357
- uses: actions/cache@v4
5458
with:
5559
path: |
@@ -89,6 +93,8 @@ jobs:
8993
pip install vapoursynth
9094
vapoursynth config
9195
vapoursynth register-install
96+
- name: Find vapoursynth.lib
97+
run: python -c "import vapoursynth; print(vapoursynth.__file__)"
9298
- name: Set up Rust
9399
uses: actions-rust-lang/setup-rust-toolchain@v1
94100
with:

0 commit comments

Comments
 (0)