mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-02 02:40:21 +00:00
cleanup
This commit is contained in:
parent
b2cbf508fb
commit
b6ef985d4f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-2019]
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
||||
34
.github/workflows/python-package.yml
vendored
34
.github/workflows/python-package.yml
vendored
@ -13,32 +13,32 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: ['ubuntu-latest']
|
||||
python-version: [3.8]
|
||||
python-version: [3.10]
|
||||
runs-on: ${{ matrix.os }}
|
||||
environment: package
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Cache conda
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/conda_pkgs_dir
|
||||
key: conda-${{ matrix.os }}-python-${{ matrix.python-version }}-${{ hashFiles('environment.yml') }}
|
||||
- name: Setup Miniconda
|
||||
uses: conda-incubator/setup-miniconda@v2
|
||||
with:
|
||||
auto-update-conda: true
|
||||
auto-activate-base: false
|
||||
activate-environment: hcrystalball
|
||||
python-version: ${{ matrix.python-version }}
|
||||
use-only-tar-bz2: true
|
||||
# - name: Cache conda
|
||||
# uses: actions/cache@v3
|
||||
# with:
|
||||
# path: ~/conda_pkgs_dir
|
||||
# key: conda-${{ matrix.os }}-python-${{ matrix.python-version }}-${{ hashFiles('environment.yml') }}
|
||||
# - name: Setup Miniconda
|
||||
# uses: conda-incubator/setup-miniconda@v2
|
||||
# with:
|
||||
# auto-update-conda: true
|
||||
# auto-activate-base: false
|
||||
# activate-environment: hcrystalball
|
||||
# python-version: ${{ matrix.python-version }}
|
||||
# use-only-tar-bz2: true
|
||||
- name: Install from source
|
||||
# This is required for the pre-commit tests
|
||||
shell: pwsh
|
||||
run: pip install .
|
||||
- name: Conda list
|
||||
shell: pwsh
|
||||
run: conda list
|
||||
# - name: Conda list
|
||||
# shell: pwsh
|
||||
# run: conda list
|
||||
- name: Build
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user