Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cstub committed Jan 13, 2025
1 parent a4b2ba4 commit cc32246
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit cc32246

Please sign in to comment.