diff --git a/.github/workflows/run_test.yml b/.github/workflows/run_test.yml index 5b65e52..ca1a59a 100644 --- a/.github/workflows/run_test.yml +++ b/.github/workflows/run_test.yml @@ -38,6 +38,7 @@ jobs: if: matrix.os == 'windows-latest' run: | choco install mkvtoolnix + Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1 refreshenv - name: Install pytest