Skip to content

Commit

Permalink
ci:windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jan 28, 2024
1 parent 22c464b commit 45e5916
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -55,4 +56,9 @@ jobs:
if: runner.os == 'Windows'
run: winget install ffmpeg --disable-interactivity --accept-source-agreements

- run: pytest
- name: FFMPEG_ROOT Windows
run: echo "$env:LOCALAPPDATA/Microsoft/WinGet/Links/" | Out-File -FilePath $env:FFMPEG_ROOT -Encoding utf8
if: runner.os == 'Windows'

- name: PyTest
run: pytest

0 comments on commit 45e5916

Please sign in to comment.