Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit d4d5e3e

Browse files
committed
Turn tests off
1 parent ffafda0 commit d4d5e3e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: flake8 .
2626

2727
checks:
28-
# if: ${{ github.event_name == 'release' }}
28+
if: ${{ github.event_name == 'release' }}
2929

3030
strategy:
3131
fail-fast: false
@@ -51,8 +51,8 @@ jobs:
5151
pip install -r tests/requirements.txt
5252
pip freeze
5353
54-
- name: Tests
55-
run: pytest -x
54+
# - name: Tests
55+
# run: pytest -x
5656

5757
deploy:
5858

ecml_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# granted to it by virtue of its status as an intergovernmental organisation
66
# nor does it submit to any jurisdiction.
77

8-
__version__ = "0.4.0"
8+
__version__ = "0.4.1"

tests/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def indexing(self, ds):
294294
if ds.shape[2] > 1: # Ensemble dimension
295295
t[0:10, :, (0, 1)]
296296

297-
for i in range(10):
297+
for i in range(3):
298298
t[i]
299299
start = 5 * i
300300
end = len(ds) - 5 * i

0 commit comments

Comments
 (0)