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 2bbfb68 commit a07f3a1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@ jobs:
python-version: '3.8'

- name: Change to ML directory
run: cd machine-learning-client

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
cd machine-learning-client
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with pytest
run: |
cd machine-learning-client
pip install pytest
pytest
- name: Build Docker image
run: docker build . --file Dockerfile
run: |
cd machine-learning-client
docker build . --file Dockerfile

0 comments on commit a07f3a1

Please sign in to comment.