From d5b07e41d7055fbf7e53fa2e349b7ad29a229b36 Mon Sep 17 00:00:00 2001 From: Yutong Li Date: Fri, 28 Jun 2024 10:20:29 -0700 Subject: [PATCH] test: Add windows powershell integ test script --- pipeline/integ.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pipeline/integ.ps1 diff --git a/pipeline/integ.ps1 b/pipeline/integ.ps1 new file mode 100644 index 000000000..3a0ab5aa2 --- /dev/null +++ b/pipeline/integ.ps1 @@ -0,0 +1,6 @@ +# Set the -e option +$ErrorActionPreference = "Stop" + +pip install --upgrade pip +pip install --upgrade hatch +hatch run integ:test \ No newline at end of file