Skip to content

Commit 1716e8f

Browse files
committed
fix: try to fix ci
1 parent 3573488 commit 1716e8f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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
@@ -44,11 +44,9 @@ jobs:
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

0 commit comments

Comments
 (0)