File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
cythonarrays/conda.recipe Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
- name : Install dependencies and set channels
30
30
run : |
31
31
conda install conda-build conda-verify anaconda-client twine readme_renderer
32
- conda create -q -n test-environment python=${{ matrix.python-version }} numpy pytest-cov
32
+ conda create -q -n test-environment python=${{ matrix.python-version }}
33
33
34
34
- name : Build wheel and run tests for cythonarrays
35
35
run : |
36
36
(
37
37
eval "$($CONDA_EXE shell.bash activate test-environment)"
38
38
which python
39
39
cd cythonarrays
40
- pip install build
40
+ pip install build pytest-cov
41
41
pip install -r requirements.txt
42
42
pip install .
43
43
python -m pytest --pyargs cythonarrays
77
77
run : |
78
78
/usr/share/miniconda/bin/conda shell.bash activate test-environment
79
79
export PATH=$HOME/.local/bin:$PATH
80
- anaconda -t $ANACONDA_TOKEN upload --skip-existing --user $ANACONDA_USERNAME $CONDA_BLD_PATH/linux-64/cythonarrays-*.tar.bz2
80
+ anaconda -t $ANACONDA_TOKEN upload --skip-existing --user $ANACONDA_USERNAME $CONDA_BLD_PATH/linux-64/cythonarrays-*.conda
Original file line number Diff line number Diff line change @@ -17,14 +17,12 @@ requirements:
17
17
- python
18
18
- setuptools>=61
19
19
- cython
20
- - numpy>=1.12
21
20
22
21
run :
23
22
- python
24
23
- cython
25
- - numpy>=1.12
26
24
- xarray
27
- - h5netcdf>=1.6
25
+ - h5netcdf
28
26
29
27
test :
30
28
requires :
You can’t perform that action at this time.
0 commit comments