From cc3224659f001976a998e582191e8d31b5891735 Mon Sep 17 00:00:00 2001 From: glados Date: Mon, 13 Jan 2025 15:59:26 +0100 Subject: [PATCH] Update --- .github/workflows/test_package.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/test_package.yml b/.github/workflows/test_package.yml index d081f92..a4a5591 100644 --- a/.github/workflows/test_package.yml +++ b/.github/workflows/test_package.yml @@ -94,17 +94,6 @@ jobs: python -c "import ipybox" pip uninstall -y ipybox - - name: Smoke test (Windows) - if: runner.os == 'Windows' - shell: pwsh - run: | - $wheel = Get-ChildItem dist/*.whl | Select-Object -First 1 - pip install $wheel - pip install pytest pytest-asyncio - pytest smoke_test.py - if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE } - pip uninstall -y ipybox - - name: Smoke test (Ubuntu) if: runner.os == 'Linux' run: |