File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Setup Miniconda
18
- uses : conda-incubator/setup-miniconda@v3.0.4
18
+ uses : conda-incubator/setup-miniconda@v3.1.0
19
19
with :
20
20
channels : conda-forge
21
21
environment-file : environment.yml
Original file line number Diff line number Diff line change 48
48
with :
49
49
fetch-depth : 0
50
50
- name : Setup Miniconda
51
- uses : conda-incubator/setup-miniconda@v3.0.4
51
+ uses : conda-incubator/setup-miniconda@v3.1.0
52
52
with :
53
53
channels : conda-forge
54
54
python-version : ${{ matrix.python-version }}
83
83
mkdir ~/blob_emulator
84
84
azurite -l ~/blob_emulator --debug debug.log 2>&1 > stdouterr.log &
85
85
pytest --cov=zarr --cov-config=pyproject.toml --doctest-plus --cov-report xml --cov=./ --timeout=300
86
- - uses : codecov/codecov-action@v4
86
+ - uses : codecov/codecov-action@v5
87
87
env :
88
88
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
89
89
with :
Original file line number Diff line number Diff line change 16
16
submodules : true
17
17
fetch-depth : 0
18
18
19
- - uses : actions/setup-python@v5.2 .0
19
+ - uses : actions/setup-python@v5.3 .0
20
20
name : Install Python
21
21
with :
22
22
python-version : ' 3.11'
64
64
with :
65
65
name : releases
66
66
path : dist
67
- - uses : pypa/gh-action-pypi-publish@v1.10 .3
67
+ - uses : pypa/gh-action-pypi-publish@v1.12 .3
68
68
with :
69
69
user : __token__
70
70
password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 0
24
- - uses : conda-incubator/setup-miniconda@v3.0.4
24
+ - uses : conda-incubator/setup-miniconda@v3.1.0
25
25
with :
26
26
auto-update-conda : true
27
27
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments