Skip to content

Commit

Permalink
test: Add windows powershell integ test script
Browse files Browse the repository at this point in the history
  • Loading branch information
YutongLi291 committed Jun 28, 2024
1 parent 1b5b58a commit d5b07e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipeline/integ.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Set the -e option
$ErrorActionPreference = "Stop"

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

0 comments on commit d5b07e4

Please sign in to comment.