Skip to content

Commit

Permalink
CI: Restore emscripten test removal
Browse files Browse the repository at this point in the history
Workaround-For: PyO3/maturin#2071
  • Loading branch information
chrysn committed May 5, 2024
1 parent 42d1ddc commit 920610f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# and
#
# * remove the "Upload to GitHub release" step
# * remove the emscripten / pytest step -- this fails for reasons that are too
# hard to to debug right now
#
name: CI

Expand Down Expand Up @@ -189,14 +191,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: pytest
run: |
set -e
pyodide venv .venv
source .venv/bin/activate
pip install cbor-diag --find-links dist --force-reinstall
pip install pytest
python -m pytest

sdist:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 920610f

Please sign in to comment.