Skip to content

Commit

Permalink
requirements installed in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
FadyCoding committed Jul 10, 2024
1 parent 8fca906 commit 42ef090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debiai-gui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install connexion
pip install -r requirements.txt
pip install setuptools wheel
- name: Build
run: |
Expand Down
3 changes: 2 additions & 1 deletion debiaiServer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ openapi_spec_validator == 0.2.8
PyYAML == 6.0
cacheout == 0.14.1
termcolor==2.3.0
werkzeug==2.2.2
werkzeug==2.2.2
psutil==6.0.0

0 comments on commit 42ef090

Please sign in to comment.