Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerioLS committed Aug 21, 2024
1 parent fd42027 commit 6082b93
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ jobs:
sudo apt-get install -y docker-ce docker-ce-cli containerd.io
- name: Install dependencies
run: |
cd machine_learning_and_to_and/regression_problems/predict_real_estate_prices_in_california
- name: Print working directory
run: |
pwd
ls -la
cd machine_learning_and_to_and/regression_problems/predict_real_estate_prices_in_california
pip install -r docker/requirements.txt
- name: Build Docker image
Expand Down

0 comments on commit 6082b93

Please sign in to comment.