Skip to content

Commit

Permalink
Fix workflow installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zuchuandatou committed Sep 17, 2024
1 parent f4ea63a commit 6b2960e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
echo -e FLASK_SECRET_KEY="some random value" >> .env
- name: "Install project dependencies"
run: |
invenio-cli packages lock --pre --dev
pipenv run python3.9 -m pip install 'setuptools~=57.5.0'
invenio-cli install --pre --dev
invenio-cli install --dev
invenio-cli services setup -N
pipenv run pip install opensearch-dsl
pipenv run pip install invenio-search
- name: Start services and app
run: |
docker -v
Expand Down

0 comments on commit 6b2960e

Please sign in to comment.