Skip to content

Commit

Permalink
chore(ci): Add windows powershell integ test script (#383)
Browse files Browse the repository at this point in the history
Signed-off-by: Yutong Li <[email protected]>
  • Loading branch information
YutongLi291 authored Jun 28, 2024
1 parent 1b5b58a commit c5859ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pipeline/integ.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$ErrorActionPreference = "Stop"

pip install --upgrade pip
pip install --upgrade hatch
hatch run integ:test

0 comments on commit c5859ee

Please sign in to comment.