@@ -25,19 +25,15 @@ jobs:
2525 fetch-depth : 0
2626
2727 - name : Setup conda
28- uses : mamba-org /setup-micromamba@v1
28+ uses : conda-incubator /setup-miniconda@v3
2929 with :
3030 environment-file : ci/environment-py38.yml
31- create-args : >-
32- python=${{ matrix.PY }}
31+ python-version : ${{ matrix.PY }}
3332
3433 - name : Run Tests
3534 shell : bash -l {0}
3635 run : |
37- pip install s3fs
38- pip uninstall s3fs
3936 pip install -e .[test_full]
40- pip install s3fs --no-deps
4137 pytest -v
4238
4339 win :
@@ -54,17 +50,14 @@ jobs:
5450 fetch-depth : 0
5551
5652 - name : Setup conda
57- uses : mamba-org /setup-micromamba@v1
53+ uses : conda-incubator /setup-miniconda@v3
5854 with :
5955 environment-file : ci/environment-win.yml
6056
6157 - name : Run Tests
6258 shell : bash -l {0}
6359 run : |
64- pip install s3fs
65- pip uninstall s3fs
6660 pip install -e .[test]
67- pip install s3fs --no-deps
6861 pytest -v
6962
7063 lint :
8477# uses: actions/checkout@v4
8578#
8679# - name: Setup conda
87- # uses: mamba-org /setup-micromamba@v1
80+ # uses: conda-incubator /setup-miniconda@v3
8881# with:
8982# environment-file: ci/environment-typecheck.yml
9083#
10497 fetch-depth : 0
10598
10699 - name : Setup conda
107- uses : mamba-org /setup-micromamba@v1
100+ uses : conda-incubator /setup-miniconda@v3
108101 with :
109102 environment-file : ci/environment-downstream.yml
110103
@@ -145,7 +138,7 @@ jobs:
145138 uses : actions/checkout@v4
146139
147140 - name : Setup conda
148- uses : mamba-org /setup-micromamba@v1
141+ uses : conda-incubator /setup-miniconda@v3
149142 with :
150143 environment-file : ci/environment-friends.yml
151144
0 commit comments