Skip to content

Commit 4adeafa

Browse files
authored
Merge pull request #352 from nrao/351-migration-of-astrohack-data-file-classes-to-use-xarray-datatrees
Merge of porting locit and position mdses to use xarray datatrees. The rest of the MDSes will be merged in a future pull request.
2 parents 2efaa95 + e6624f8 commit 4adeafa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3091
-5366
lines changed

.github/workflows/python-testing-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: Linux Tests
33

44
on:
5-
push:
6-
paths-ignore:
7-
- '**.md'
8-
- '**.rst'
5+
# push:
6+
# paths-ignore:
7+
# - '**.md'
8+
# - '**.rst'
99
pull_request:
1010
paths-ignore:
1111
- '**.md'

.github/workflows/python-testing-macos.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
name: MacOS Tests
33

44
on:
5-
push:
6-
paths-ignore:
7-
- '**.md'
8-
- '**.rst'
5+
# push:
6+
# paths-ignore:
7+
# - '**.md'
8+
# - '**.rst'
99
pull_request:
1010
paths-ignore:
1111
- '**.md'
1212
- '**.rst'
1313

1414
jobs:
15-
call-testing-linux:
15+
call-testing-macos:
1616
uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-macos-template.yml@main

.github/workflows/run-ipynb.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
name: ipynb Tests
33

44
on:
5-
push:
6-
paths-ignore:
7-
- '**.md'
8-
- '**.rst'
5+
# push:
6+
# paths-ignore:
7+
# - '**.md'
8+
# - '**.rst'
99
pull_request:
1010
paths-ignore:
1111
- '**.md'
1212
- '**.rst'
1313

1414
jobs:
1515

16-
call-testing-linux:
16+
call-testing-ipynb-linux:
1717
uses: nrao/gh-actions-templates-public/.github/workflows/run-ipynb-template.yml@main
18-
secrets: inherit
18+
secrets: inherit

0 commit comments

Comments
 (0)