Skip to content

Commit

Permalink
Update Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zuchuandatou committed Sep 18, 2024
1 parent 98274ce commit 1399875
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
echo -e FLASK_SECRET_KEY="some random value" >> .env
- name: "Install project dependencies"
run: |
pipenv run pip install opensearch-dsl
pipenv run pip install invenio-search
invenio-cli install --dev
invenio-cli services setup -N
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ uwsgitop = ">=0.11"
uwsgi-tools = ">=1.1.1"
invenio-app-rdm = {extras = ["2", "postgresql"], version = "~=12.0.0"}
invenio-search = "*"
opensearch-dsl = "*"

[requires]
python_version = "3.9"
Expand Down
45 changes: 34 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion celerybeat-schedule.bak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'entries', (3584, 1633)
'entries', (5632, 2614)
'__version__', (512, 15)
'tz', (1024, 4)
'utc_enabled', (1536, 4)
Binary file modified celerybeat-schedule.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion celerybeat-schedule.dir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'entries', (3584, 1633)
'entries', (5632, 2614)
'__version__', (512, 15)
'tz', (1024, 4)
'utc_enabled', (1536, 4)

0 comments on commit 1399875

Please sign in to comment.