diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eeec0539..7a3600e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,14 +27,14 @@ jobs: python-version: 3.11 - name: Install pydeps - if: runner.os == 'windows-2019' + if: matrix.os == 'windows-2019' run: | python.exe -m pip install --upgrade setuptools pip wheel python.exe -m pip install --upgrade mock ipaddress pypiwin32 wmi pyopenssl psutil pytest - # - name: Install pydeps - # if: runner.os != 'windows-2019' - # run: | - # make setup-dev-env + - name: Install pydeps + if: matrix.os != 'windows-2019' + run: | + make setup-dev-env # - name: Tests # run: |