Skip to content

Commit

Permalink
🚜 Move build_database back out of scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
williln committed Jun 4, 2024
1 parent d1275fa commit b2f52bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build database
run: python scripts/build_database.py
run: python build_database.py
- name: Update README
run: |-
python scripts/update_readme.py --rewrite
Expand Down
File renamed without changes.

0 comments on commit b2f52bc

Please sign in to comment.