Skip to content

Commit 185c9d2

Browse files
committed
Fix workflow
1 parent 3aa857c commit 185c9d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/db.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: python
1+
name: db
22
on:
33
push:
44
branches:
@@ -28,12 +28,12 @@ jobs:
2828
with:
2929
python-version: 3.11
3030
- name: Install python dependencies
31-
working-directory: ./examples/python
31+
working-directory: ./examples
3232
run: |
3333
python -m pip install --upgrade pip
3434
python -m pip install -r requirements.txt
3535
- name: Test python code
36-
working-directory: ./examples/python
36+
working-directory: ./examples
3737
env:
3838
PG_USER: postgres
3939
PG_HOST: localhost

0 commit comments

Comments
 (0)