Skip to content

Commit

Permalink
Update ms5.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 authored Nov 4, 2024
1 parent 8c651c7 commit 0005c6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
- name: RUN Api
- name: Install pytest
run: |
python3 Backend/main.py
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

0 comments on commit 0005c6f

Please sign in to comment.