We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38388a9 commit e5e1963Copy full SHA for e5e1963
.github/workflows/pi_build.yml
@@ -145,6 +145,9 @@ jobs:
145
with:
146
python-version: ${{ env.PYTHON_VERSION }}
147
148
+ - name: Install Dependencies
149
+ run: python -m pip install pip-tools
150
+
151
- name: Clone cicd-deployment-scripts
152
run: git clone https://oauth2:${{ secrets.GH_TOKEN }}@github.com/code-kern-ai/cicd-deployment-scripts.git
153
0 commit comments