Skip to content

Commit

Permalink
Skip universal builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Mar 29, 2024
1 parent 97eaa6f commit 1fee230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ target-version = ['py38', 'py39', 'py310', 'py311']
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
skip = "pp* cp36-* cp37-* *musllinux* *win32 *i686"
test-skip = "*win32 *linux_i686"
test-skip = "*win32 *linux_i686 *universal2*"
test-command = "python {project}/examples/python/stochastic_swap.py"
# We need to use pre-built versions of Numpy and Scipy in the tests; they have a
# tendency to crash if they're installed from source by `pip install`, and since
Expand Down

0 comments on commit 1fee230

Please sign in to comment.