diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6dc74878..2da20d3c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,16 +27,15 @@ jobs: - name: Install pydeps ${{ matrix.os }} if: matrix.os == 'windows-latest' 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 ${{ matrix.os }} if: matrix.os != 'windows-latest' run: | make setup-dev-env - # - name: Tests - # run: | - # make test + - name: Tests + run: | + make test # # Run linters # linters: