Skip to content

Commit

Permalink
Update run_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Feb 2, 2024
1 parent c564998 commit 7cb57c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ jobs:
- name: Install platform-specific requirements (Windows)
if: matrix.os == 'windows-latest'
run: |
choco install mkvtoolnix
choco install mkvtoolnix --no-progress --yes
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
refreshenv
choco list --local-only mkvtoolnix --format=csv | ConvertFrom-Csv
echo "MKVToolNixPath=$(choco list --local-only mkvtoolnix --format=csv | ConvertFrom-Csv | Select -ExpandProperty 'InstallLocation')" | Out-File -Append -FilePath $env:GITHUB_ENV
echo "PATH=$env:PATH;$env:MKVToolNixPath" | Out-File -Append -FilePath $env:GITHUB_ENV
echo "C:\Program Files\MKVToolNix" >> $GITHUB_PATH
- name: Install pytest
run: |
Expand Down

0 comments on commit 7cb57c9

Please sign in to comment.