Skip to content

CI try skipping test in 32-bit #50381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/32-bit-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
python -m pip install --no-build-isolation --no-use-pep517 -e . && \
python -m pip list && \
export PANDAS_CI=1 && \
pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml"
pytest pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_string_conversion && \
pytest pandas/tests/io/json/test_ujson.py::TestUltraJSONTests "

- name: Publish test results for Python 3.8-32 bit full Linux
uses: actions/upload-artifact@v3
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/assign.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/asv-bot.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/autoupdate-pre-commit-config.yml

This file was deleted.

190 changes: 0 additions & 190 deletions .github/workflows/code-checks.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/codeql.yml

This file was deleted.

Loading