Skip to content

Commit

Permalink
Add comment to explain why we skip PyPy Windows amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed May 1, 2024
1 parent 6ebe0da commit 52c57da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ skip = [
# are using conda to install our external shared library dependencies.
"*i686*", "*musl*",
# Skip these platforms because I haven't worked out the compiler config.
"*win32", "pp*-win_amd64",
"*win32",
# Skip this platform because meson cannot find numpy-config.
# See https://github.com/nasa-gcn/hpx/pull/12
"pp*-win_amd64",
]
before-all = [
"curl -L https://micro.mamba.pm/install.sh | bash",
Expand Down

0 comments on commit 52c57da

Please sign in to comment.