File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2828 python-version : [3.7, 3.8, 3.9]
2929 defaults :
3030 run :
31- shell : bash -l {0}
31+ shell : bash -el {0}
3232 steps :
3333 - uses : actions/checkout@v2
3434 - name : Set up conda cache
4444 key : ${{ runner.os }}-pip-${{ hashFiles('**/setup.cfg', '**/requirements-dev.txt') }}
4545 restore-keys : ${{ runner.os }}-pip-
4646 - name : Set up Conda with Python ${{ matrix.python-version }}
47- uses : conda-incubator/setup-miniconda@v2
47+ uses : conda-incubator/setup-miniconda@v3
4848 with :
49- auto-update-conda : true
5049 python-version : ${{ matrix.python-version }}
51- - name : Update Conda's environemnt
52- run : conda env update -f environment.yml -n test
50+ environment-file : environment.yml
5351 - name : Execute linters and test suites
5452 run : ./scripts/cibuild
You can’t perform that action at this time.
0 commit comments