Skip to content

Commit e5e1963

Browse files
committed
fix: install python dependencies
1 parent 38388a9 commit e5e1963

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pi_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ jobs:
145145
with:
146146
python-version: ${{ env.PYTHON_VERSION }}
147147

148+
- name: Install Dependencies
149+
run: python -m pip install pip-tools
150+
148151
- name: Clone cicd-deployment-scripts
149152
run: git clone https://oauth2:${{ secrets.GH_TOKEN }}@github.com/code-kern-ai/cicd-deployment-scripts.git
150153

0 commit comments

Comments
 (0)