Skip to content

Commit

Permalink
fix(workflow): change files directory
Browse files Browse the repository at this point in the history
  • Loading branch information
smaspons authored Jul 29, 2024
1 parent 97279ea commit bad6908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/database_ws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r .github/workflows/requirements.txt
- name: Wait for PostgreSQL to be ready
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
done
- name: Replace variables in SQL files
run: python replace_vars.py
run: python .github/workflows/replace_vars.py

- name: Create sample schema
env:
Expand Down

0 comments on commit bad6908

Please sign in to comment.