From a29611028fa3f82885d1dc6522266c0809ae7548 Mon Sep 17 00:00:00 2001 From: Jacklyn22 <158542446+Jacklyn22@users.noreply.github.com> Date: Wed, 1 May 2024 16:15:04 -0400 Subject: [PATCH] Update ml.yml --- .github/workflows/ml.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ml.yml b/.github/workflows/ml.yml index 9d244f0..68e9807 100644 --- a/.github/workflows/ml.yml +++ b/.github/workflows/ml.yml @@ -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