Skip to content

Commit

Permalink
submmit
Browse files Browse the repository at this point in the history
  • Loading branch information
lx0612 committed Nov 18, 2023
1 parent 7e7dcc2 commit feecb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: install dependencies
command: |
ls
cd $(eval echo "$CIRCLE_WORKING_DIRECTORY/DevOps_Microservices/project-ml-microservice-kubernetes")
cd $(eval echo "$CIRCLE_WORKING_DIRECTORY/project-ml-microservice-kubernetes")
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
Expand Down

0 comments on commit feecb15

Please sign in to comment.