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 623d6ac commit 9e10d09
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down Expand Up @@ -41,18 +41,12 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
choco install mkvtoolnix --no-progress --yes
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
refreshenv
echo "C:\Program Files\MKVToolNix" >> $GITHUB_PATH
echo "{C:\Program Files\MKVToolNix}" >> $GITHUB_PATH
echo "C:/Program Files/MKVToolNix" >> $GITHUB_PATH
echo "$PATH"
$env:Path += ";C:\Program Files\MKVToolNix"
- name: Install pytest
run: |
pip install pytest
- name: Run tests
run: |
$env:Path += ";C:\Program Files\MKVToolNix"
mkvmerge -h

0 comments on commit 9e10d09

Please sign in to comment.