Skip to content
Open
2 changes: 1 addition & 1 deletion .github/workflows/automated-cleanup-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: azure login
uses: azure/login@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bootstrapping-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bootstrapping-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-component-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-data-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-data-versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install --no-cache-dir -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-data-working_with_mltable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-environment-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-model-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-schedules-job-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: pip install mlflow reqs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: pip install mlflow reqs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: pip install mlflow reqs
Expand Down
Loading
Loading