Skip to content

Commit

Permalink
Remove unnecessary setup on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zuchuandatou committed Sep 12, 2024
1 parent 3ec619c commit fc64f80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ 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'
pipenv update flask-admin
pipenv update invenio-admin
invenio-cli install --dev
invenio-cli services setup -N
- name: Start services and app
Expand Down

0 comments on commit fc64f80

Please sign in to comment.