Skip to content

Commit 422544c

Browse files
committed
updated run of tests
1 parent bc36c0e commit 422544c

File tree

4 files changed

+463
-461
lines changed

4 files changed

+463
-461
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
strategy:
2424
max-parallel: 10
2525
matrix:
26-
os: [ubuntu-latest] #, windows-latest]
27-
python-version: ["3.12"] #"3.9", "3.10", "3.11", "3.12"]
26+
os: [ubuntu-latest, windows-latest]
27+
python-version: ["3.12","3.9", "3.10", "3.11"]
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Wait for PostgreSQL to become ready

0 commit comments

Comments
 (0)