mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-25 01:41:01 +00:00
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-3
This commit is contained in:
commit
d6fd89a80a
4
.github/workflows/deploy-website.yml
vendored
4
.github/workflows/deploy-website.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
# cache: yarn
|
# cache: yarn
|
||||||
# cache-dependency-path: '**/yarn.lock'
|
# cache-dependency-path: '**/yarn.lock'
|
||||||
- name: setup python
|
- name: setup python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.8"
|
python-version: "3.8"
|
||||||
- name: pydoc-markdown install
|
- name: pydoc-markdown install
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
# cache: yarn
|
# cache: yarn
|
||||||
# cache-dependency-path: '**/yarn.lock'
|
# cache-dependency-path: '**/yarn.lock'
|
||||||
- name: setup python
|
- name: setup python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.8"
|
python-version: "3.8"
|
||||||
- name: pydoc-markdown install
|
- name: pydoc-markdown install
|
||||||
|
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: On mac + python 3.10, install libomp to facilitate lgbm and xgboost install
|
- name: On mac + python 3.10, install libomp to facilitate lgbm and xgboost install
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
# - name: Setup Python
|
# - name: Setup Python
|
||||||
# uses: actions/setup-python@v2
|
# uses: actions/setup-python@v4
|
||||||
# with:
|
# with:
|
||||||
# python-version: '3.8'
|
# python-version: '3.8'
|
||||||
# - name: Compile documentation
|
# - name: Compile documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user