From 1734f47ac8911eecce4dd53a27bbe47fdd9d901f Mon Sep 17 00:00:00 2001 From: tonyfast Date: Sat, 25 May 2024 15:53:53 -0700 Subject: [PATCH] include window sin the tests --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 2da7e61a..a5660e2c 100644 --- a/pixi.toml +++ b/pixi.toml @@ -6,7 +6,7 @@ version = "0.1.0" description = "Add a short description here" authors = ["tonyfast "] channels = ["conda-forge", "microsoft", "nodefaults"] -platforms = ["linux-64", "osx-64"] # "win-64", "osx-arm64"] +platforms = ["linux-64", "osx-64", "win-64", "osx-arm64"] [feature.test-python.tasks.test]