Skip to content

Commit 5287a81

Browse files
committed
workflow
1 parent 40e04e9 commit 5287a81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ jobs:
2929
ports:
3030
# Maps tcp port 5432 on service container to the host
3131
- 5432:5432
32-
32+
3333
steps:
3434
- name: checkout
3535
uses: actions/checkout@v3
36+
- name: python
37+
uses: actions/setup-python@v4
38+
with:
39+
python-version: 3.6.0
3640

3741
- name: node
3842
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)