Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Nov 1, 2023
1 parent 3aa857c commit 185c9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/db.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: python
name: db
on:
push:
branches:
Expand Down Expand Up @@ -28,12 +28,12 @@ jobs:
with:
python-version: 3.11
- name: Install python dependencies
working-directory: ./examples/python
working-directory: ./examples
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Test python code
working-directory: ./examples/python
working-directory: ./examples
env:
PG_USER: postgres
PG_HOST: localhost
Expand Down

0 comments on commit 185c9d2

Please sign in to comment.