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 a07f3a1 commit a296110
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@ jobs:
with:
python-version: '3.8'

- name: Change to ML directory
run: |
cd machine-learning-client
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with pytest
- name: Install dependencies and test
run: |
cd machine-learning-client
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
pytest
Expand Down

0 comments on commit a296110

Please sign in to comment.