Skip to content

Commit

Permalink
fix broken pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
kdestin committed May 5, 2023
1 parent 679ef67 commit 0efef65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-compute-sdk-endpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
python-version: "3.8"

- name: pip install notebook reqs
run: pip install -r sdk/dev-requirements.txt
run: pip install -r sdk/python/dev-requirements.txt

- name: azure login
uses: azure/login@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
python-version: "3.8"

- name: pip install notebook reqs
run: pip install -r sdk/dev-requirements.txt
run: pip install -r sdk/python/dev-requirements.txt

- name: azure login
uses: azure/login@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-compute-sdk-jobs-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
python-version: "3.8"

- name: pip install notebook reqs
run: pip install -r sdk/dev-requirements.txt
run: pip install -r sdk/python/dev-requirements.txt

- name: azure login
uses: azure/login@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
python-version: "3.8"

- name: pip install notebook reqs
run: pip install -r sdk/dev-requirements.txt
run: pip install -r sdk/python/dev-requirements.txt

- name: azure login
uses: azure/login@v1
Expand Down

0 comments on commit 0efef65

Please sign in to comment.