Skip to content

Commit 85af5bd

Browse files
committed
added local windows tests
1 parent 802807e commit 85af5bd

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
matrix:
1111
os:
1212
- ubuntu-latest
13-
- windows-latest
13+
# - windows-latest
1414
- macos-latest
1515
python-version:
16-
# - "3.7"
17-
# - "3.8"
16+
- "3.7"
17+
- "3.8"
1818
- "3.9"
1919
- "3.10"
2020
- "3.11"

run_tests.ps1

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# install packages
2+
# pip.exe install -r requirements.txt --user
3+
# pip install psycopg2-binary --user
4+
5+
# Load environment variables
6+
. .\tests\creds\env_vars\test.env.ps1
7+
8+
# Run tests
9+
python.exe -m tests.pystackql_tests

0 commit comments

Comments
 (0)