From 09475e7bf30b062b26b412faa246a8f7d30a595d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sun, 18 Feb 2024 17:29:50 -0800 Subject: [PATCH] Test with Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- .github/workflows/check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7a3e034..0d282b6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -27,7 +27,7 @@ jobs: - "3.8" os: - ubuntu-latest -# - windows-latest + - windows-latest - macos-latest steps: - name: setup python for tox @@ -41,6 +41,7 @@ jobs: run: python -m pip uninstall pip -y - name: Active uv for global env run: echo "VIRTUAL_ENV=${Python_ROOT_DIR}" >> $GITHUB_ENV + shell: bash - name: Install self run: uv pip install tox-uv@. - name: setup python for test ${{ matrix.py }} @@ -56,7 +57,7 @@ jobs: file_handler.write(env) shell: python - name: setup test suite - run: tox -vv --notest + run: tox -vvvv --notest - name: run test suite run: tox --skip-pkg-install