earthkit-workflows 0.3.3__tar.gz → 0.3.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/workflows/ci.yml +2 -2
  2. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/PKG-INFO +1 -1
  3. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/client.py +2 -0
  4. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/_version.py +1 -1
  5. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/PKG-INFO +1 -1
  6. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.flake8 +0 -0
  7. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/ci-config.yml +0 -0
  8. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/ci-hpc-config.yml +0 -0
  9. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/workflows/cd-pypi.yml +0 -0
  10. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/workflows/label-public-prs.yml +0 -0
  11. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/workflows/test-pypi.yml +0 -0
  12. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.gitignore +0 -0
  13. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.pre-commit-config.yaml +0 -0
  14. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/LICENSE +0 -0
  15. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/cascade.png +0 -0
  16. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/postproc.sh +0 -0
  17. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run1/analysis.ipynb +0 -0
  18. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run1/analysis.py +0 -0
  19. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run2/analysis.ipynb +0 -0
  20. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run2/analysis.py +0 -0
  21. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run3/notes.txt +0 -0
  22. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run3/prototype_allocationviz.py +0 -0
  23. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run3/tasklanes.ipynb +0 -0
  24. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run3/tasklanes.py +0 -0
  25. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/slurm_entrypoint.sh +0 -0
  26. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/slurm_submit.sh +0 -0
  27. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/ensemble_percentiles.ipynb +0 -0
  28. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/examples/arrayapi.ipynb +0 -0
  29. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/examples/rasm.nc +0 -0
  30. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/examples/xarray.ipynb +0 -0
  31. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/generators_in_dask/code.py +0 -0
  32. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/ideas/fluent_api_extension.md +0 -0
  33. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/introduction.md +0 -0
  34. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/reduce.png +0 -0
  35. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/justfile +0 -0
  36. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/pyproject.toml +0 -0
  37. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/readme.md +0 -0
  38. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/research-and-development.md +0 -0
  39. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/roadmap.md +0 -0
  40. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/scripts/example_config.sh +0 -0
  41. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/scripts/launch_slurm.sh +0 -0
  42. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/scripts/slurm_entrypoint.sh +0 -0
  43. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/setup.cfg +0 -0
  44. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/setup.py +0 -0
  45. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/__init__.py +0 -0
  46. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/__init__.py +0 -0
  47. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/__main__.py +0 -0
  48. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/anemoi.py +0 -0
  49. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/generators.py +0 -0
  50. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/job1.py +0 -0
  51. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/plotting.py +0 -0
  52. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/reporting.py +0 -0
  53. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/__init__.py +0 -0
  54. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/act.py +0 -0
  55. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/core.py +0 -0
  56. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/impl.py +0 -0
  57. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/notify.py +0 -0
  58. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/report.py +0 -0
  59. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/bridge.py +0 -0
  60. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/comms.py +0 -0
  61. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/config.py +0 -0
  62. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/data_server.py +0 -0
  63. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/executor.py +0 -0
  64. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/msg.py +0 -0
  65. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/__init__.py +0 -0
  66. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/entrypoint.py +0 -0
  67. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/memory.py +0 -0
  68. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/packages.py +0 -0
  69. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/runner.py +0 -0
  70. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/serde.py +0 -0
  71. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/__init__.py +0 -0
  72. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/__main__.py +0 -0
  73. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/api.py +0 -0
  74. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/router.py +0 -0
  75. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/server.py +0 -0
  76. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/__init__.py +0 -0
  77. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/builders.py +0 -0
  78. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/core.py +0 -0
  79. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/execution_context.py +0 -0
  80. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/func.py +0 -0
  81. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/into.py +0 -0
  82. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/tracing.py +0 -0
  83. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/views.py +0 -0
  84. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/py.typed +0 -0
  85. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/scheduler/__init__.py +0 -0
  86. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/scheduler/api.py +0 -0
  87. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/scheduler/assign.py +0 -0
  88. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/scheduler/core.py +0 -0
  89. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/scheduler/graph.py +0 -0
  90. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/__init__.py +0 -0
  91. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/algorithms.py +0 -0
  92. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/api.py +0 -0
  93. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/client.py +0 -0
  94. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/dataset.py +0 -0
  95. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/disk.py +0 -0
  96. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/func.py +0 -0
  97. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/server.py +0 -0
  98. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/__init__.py +0 -0
  99. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/__init__.py +0 -0
  100. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/arrayapi.py +0 -0
  101. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/earthkit.py +0 -0
  102. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/xarray.py +0 -0
  103. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/decorators.py +0 -0
  104. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/fluent.py +0 -0
  105. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/__init__.py +0 -0
  106. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/copy.py +0 -0
  107. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/deduplicate.py +0 -0
  108. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/expand.py +0 -0
  109. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/export.py +0 -0
  110. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/fuse.py +0 -0
  111. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/graph.py +0 -0
  112. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/graphviz.py +0 -0
  113. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/networkx.py +0 -0
  114. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/nodes.py +0 -0
  115. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/pyvis.py +0 -0
  116. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/rename.py +0 -0
  117. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/samplegraphs.py +0 -0
  118. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/split.py +0 -0
  119. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/transform.py +0 -0
  120. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/visit.py +0 -0
  121. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/mark.py +0 -0
  122. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/plugins/__init__.py +0 -0
  123. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/py.typed +0 -0
  124. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/taskgraph.py +0 -0
  125. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/transformers.py +0 -0
  126. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/utility.py +0 -0
  127. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/visualise.py +0 -0
  128. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/SOURCES.txt +0 -0
  129. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/dependency_links.txt +0 -0
  130. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/not-zip-safe +0 -0
  131. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/requires.txt +0 -0
  132. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/top_level.txt +0 -0
  133. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/__init__.py +0 -0
  134. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/__init__.py +0 -0
  135. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/benchmarks/image_processing.py +0 -0
  136. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/controller/__init__.py +0 -0
  137. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/controller/test_run.py +0 -0
  138. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/executor/test_executor.py +0 -0
  139. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/executor/test_runner.py +0 -0
  140. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/gateway/test_run.py +0 -0
  141. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/low/test_builders.py +0 -0
  142. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/low/test_func.py +0 -0
  143. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/scheduler/__init__.py +0 -0
  144. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/scheduler/test_api.py +0 -0
  145. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/scheduler/test_graph.py +0 -0
  146. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/scheduler/util.py +0 -0
  147. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/shm/test_shm.py +0 -0
  148. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/__init__.py +0 -0
  149. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/backends/generic_tests.py +0 -0
  150. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/backends/test_arrayapi.py +0 -0
  151. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/backends/test_custom.py +0 -0
  152. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/backends/test_earthkit.py +0 -0
  153. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/backends/test_xarray.py +0 -0
  154. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/conftest.py +0 -0
  155. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/payload_utils.py +0 -0
  156. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_copy.py +0 -0
  157. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_deduplicate.py +0 -0
  158. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_expand.py +0 -0
  159. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_fuse.py +0 -0
  160. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_graph.py +0 -0
  161. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_rename.py +0 -0
  162. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_serialise.py +0 -0
  163. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_split.py +0 -0
  164. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_transform.py +0 -0
  165. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_visit.py +0 -0
  166. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/helpers.py +0 -0
  167. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/test_decorators.py +0 -0
  168. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/test_fluent.py +0 -0
  169. {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/test_metadata.py +0 -0
@@ -34,7 +34,7 @@ jobs:
34
34
  private-downstream-ci:
35
35
  name: private-downstream-ci
36
36
  needs: [downstream-ci]
37
- if: ${{ (success() || failure()) && !github.event.pull_request.head.repo.fork && (github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci') }}
37
+ if: ${{ (success() || failure()) && (!github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci') }}
38
38
  runs-on: ubuntu-latest
39
39
  permissions:
40
40
  pull-requests: write
@@ -61,7 +61,7 @@ jobs:
61
61
  private-downstream-ci-hpc:
62
62
  name: private-downstream-ci-hpc
63
63
  needs: [downstream-ci-hpc]
64
- if: ${{ (success() || failure()) && !github.event.pull_request.head.repo.fork && (github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci') }}
64
+ if: ${{ (success() || failure()) && (!github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci') }}
65
65
  runs-on: ubuntu-latest
66
66
  permissions:
67
67
  pull-requests: write
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: earthkit-workflows
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: Earthkit Workflows is a Python library for declaring earthkit task DAGs, as well as scheduling and executing them on heterogeneous computing systems.
5
5
  Author-email: "European Centre for Medium-Range Weather Forecasts (ECMWF)" <software.support@ecmwf.int>
6
6
  License-Expression: Apache-2.0
@@ -56,6 +56,8 @@ def request_response(
56
56
  raise TimeoutError # NOTE consider setting `err` on the response instead
57
57
  else:
58
58
  rr = s.recv()
59
+ except TimeoutError:
60
+ raise
59
61
  except Exception as e:
60
62
  logger.exception(f"failed to communicate on {url=}")
61
63
  raise ValueError(f"failed to communicate on {url=} => {repr(e)[:32]}")
@@ -1,2 +1,2 @@
1
1
  # Do not change! Do not track in version control!
2
- __version__ = "0.3.3"
2
+ __version__ = "0.3.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: earthkit-workflows
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: Earthkit Workflows is a Python library for declaring earthkit task DAGs, as well as scheduling and executing them on heterogeneous computing systems.
5
5
  Author-email: "European Centre for Medium-Range Weather Forecasts (ECMWF)" <software.support@ecmwf.int>
6
6
  License-Expression: Apache-2.0