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

Commit

Permalink
Turn tests off
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Feb 7, 2024
1 parent ffafda0 commit d4d5e3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: flake8 .

checks:
# if: ${{ github.event_name == 'release' }}
if: ${{ github.event_name == 'release' }}

strategy:
fail-fast: false
Expand All @@ -51,8 +51,8 @@ jobs:
pip install -r tests/requirements.txt
pip freeze
- name: Tests
run: pytest -x
# - name: Tests
# run: pytest -x

deploy:

Expand Down
2 changes: 1 addition & 1 deletion ecml_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# granted to it by virtue of its status as an intergovernmental organisation
# nor does it submit to any jurisdiction.

__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def indexing(self, ds):
if ds.shape[2] > 1: # Ensemble dimension
t[0:10, :, (0, 1)]

for i in range(10):
for i in range(3):
t[i]
start = 5 * i
end = len(ds) - 5 * i
Expand Down

0 comments on commit d4d5e3e

Please sign in to comment.