Skip to content

Commit

Permalink
Update ml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacklyn22 authored May 1, 2024
1 parent a296110 commit bd777f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
with:
python-version: '3.8'

- name: Install dependencies and test
- name: Install dependencies and test in machine-learning-client
run: |
cd machine-learning-client
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r machine-learning-client/requirements.txt
pip install pytest
cd machine-learning-client
pytest
- name: Build Docker image
Expand Down

0 comments on commit bd777f6

Please sign in to comment.