Skip to content

Commit

Permalink
Workflows updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacklyn22 committed May 1, 2024
1 parent 34116f0 commit 2bbfb68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
python-version: '3.8'

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

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
python-version: '3.8'

- name: Change to web app directory
run: cd web-app

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2bbfb68

Please sign in to comment.