Skip to content

Commit

Permalink
Merge pull request #1359 from PhilanthropyDataCommons/fix-deploy-python
Browse files Browse the repository at this point in the history
Move SQLFluff `requirements.txt` to subdirectory
  • Loading branch information
jasonaowen authored Dec 4, 2024
2 parents 9a871ff + 2fde13b commit 2403604
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ updates:
directory: '.github/workflows'
schedule:
interval: 'daily'

- package-ecosystem: 'pip'
directory: 'sqlfluff/'
schedule:
interval: 'weekly'
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
python-version: '3.13'
- name: Install SQLFluff
run: 'pip install -r requirements.txt'
run: 'pip install -r sqlfluff/requirements.txt'
- name: Lint SQL
run: sqlfluff lint --format github-annotation-native src/database/
swagger:
Expand Down
File renamed without changes.

0 comments on commit 2403604

Please sign in to comment.