File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 48
48
- name : Install NEP29 dependencies
49
49
if : ${{ matrix.test_config == 'NEP29'}}
50
50
run : |
51
- pip install --no-cache-dir numpy==${{ matrix.numpy_ver }}
51
+ pip install numpy==${{ matrix.numpy_ver }}
52
52
pip install --upgrade-strategy only-if-needed .[test]
53
53
54
54
- name : Install standard dependencies
Original file line number Diff line number Diff line change @@ -10,18 +10,11 @@ build:
10
10
os : ubuntu-22.04
11
11
tools :
12
12
python : " 3.10"
13
- # You can also specify other tool versions:
14
- # nodejs: "19"
15
- # rust: "1.64"
16
- # golang: "1.19"
17
13
18
14
# Build documentation in the docs/ directory with Sphinx
19
15
sphinx :
20
16
configuration : docs/conf.py
21
17
22
- # If using Sphinx, optionally build your docs in additional formats such as PDF
23
- # formats:
24
- # - pdf
25
18
26
19
# Optionally declare the Python requirements required to build your docs
27
20
python :
Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
40
40
* Deprecated jpl_gps instrtument module, moved roti instrument to igs_gps
41
41
* Maintenance
42
42
* Removed duplicate tests if pysatCDF not isntalled
43
- * Removed pysatCDF tests on Github Actions workflows (see #167 )
43
+ * Removed pysatCDF tests on GitHub Actions workflows (see #167 )
44
44
* Updated actions and templates based on pysatEcosystem docs
45
45
* Remove pandas cap on NEP29 tests
46
46
* Updated dosctring style for consistency
47
47
* Removed version cap for xarray
48
48
* Added manual workflow to check that latest RC is installable through test pip
49
49
* Update meta label type for instruments
50
- * Updated Github Actions workflows for improved compliance with pip>=23.0
50
+ * Updated GitHub Actions workflows for improved compliance with pip>=23.0
51
51
* Added .readthedocs.yml to configure settings there.
52
52
* Use pyproject.toml to manage installation and metadata
53
53
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def test_load_cdflib(self, inst_dict):
87
87
assert UserWarning in categories
88
88
else :
89
89
# If error message does not match, raise error anyway
90
- raise (verr )
90
+ raise ValueError (verr )
91
91
92
92
# Make sure fake data is cleared
93
93
assert target not in test_inst .data
You can’t perform that action at this time.
0 commit comments