Skip to content

Commit

Permalink
Updated requirements for python database upload
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Aug 20, 2024
1 parent b84f788 commit 182406b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/updateDb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r scripts/requirements/shared.txt
pip install -r scripts/requirements/databases.txt
sudo apt-get install p7zip-full
- name: Upload new database asset
Expand Down
2 changes: 2 additions & 0 deletions scripts/requirements/databases.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
openpyxl
pandas

0 comments on commit 182406b

Please sign in to comment.