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: |