File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,20 +18,11 @@ jobs:
1818 environment : package
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
22- - name : Cache conda
23- uses : actions/cache@v3
21+ uses : actions/checkout@v4
22+ - name : Set up Python ${{ matrix.python-version }}
23+ uses : actions/setup-python@v5
2424 with :
25- path : ~/conda_pkgs_dir
26- key : conda-${{ matrix.os }}-python-${{ matrix.python-version }}-${{ hashFiles('environment.yml') }}
27- - name : Setup Miniconda
28- uses : conda-incubator/setup-miniconda@v2
29- with :
30- auto-update-conda : true
31- auto-activate-base : false
32- activate-environment : hcrystalball
3325 python-version : ${{ matrix.python-version }}
34- use-only-tar-bz2 : true
3526 - name : Install from source
3627 # This is required for the pre-commit tests
3728 shell : pwsh
Original file line number Diff line number Diff line change 1414 - ' setup.py'
1515 pull_request :
1616 branches : ['main']
17+ paths :
18+ - ' flaml/**'
19+ - ' test/**'
20+ - ' notebook/**'
21+ - ' .github/workflows/python-package.yml'
22+ - ' setup.py'
1723 merge_group :
1824 types : [checks_requested]
1925
You can’t perform that action at this time.
0 commit comments