We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802807e commit 85af5bdCopy full SHA for 85af5bd
.github/workflows/test.yaml
@@ -10,11 +10,11 @@ jobs:
10
matrix:
11
os:
12
- ubuntu-latest
13
- - windows-latest
+ # - windows-latest
14
- macos-latest
15
python-version:
16
- # - "3.7"
17
- # - "3.8"
+ - "3.7"
+ - "3.8"
18
- "3.9"
19
- "3.10"
20
- "3.11"
run_tests.ps1
@@ -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