Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update main #76

Merged
merged 42 commits into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
cb8a1c5
Bump black from 23.10.1 to 23.11.0
dependabot[bot] Nov 8, 2023
9e6921a
Merge pull request #51 from danielfromearth/dependabot/pip/develop/bl…
danielfromearth Nov 8, 2023
7c18078
Bump mypy from 1.6.1 to 1.7.0
dependabot[bot] Nov 13, 2023
39ea415
Merge pull request #54 from danielfromearth/dependabot/pip/develop/my…
danielfromearth Nov 13, 2023
20a5b5b
Bump ruff from 0.1.4 to 0.1.5
dependabot[bot] Nov 13, 2023
ceea2b8
Merge pull request #56 from danielfromearth/dependabot/pip/develop/ru…
danielfromearth Nov 13, 2023
52edd79
Bump dask from 2023.10.1 to 2023.11.0
dependabot[bot] Nov 13, 2023
4c9750f
Merge pull request #55 from danielfromearth/dependabot/pip/develop/da…
danielfromearth Nov 13, 2023
0c6262d
Bump ruff from 0.1.5 to 0.1.6
dependabot[bot] Nov 20, 2023
b75e356
Merge pull request #57 from danielfromearth/dependabot/pip/develop/ru…
danielfromearth Nov 20, 2023
1db331d
Bump xarray from 2023.10.1 to 2023.11.0
dependabot[bot] Nov 20, 2023
1ac123e
Merge pull request #58 from danielfromearth/dependabot/pip/develop/xa…
danielfromearth Nov 20, 2023
51ccaf4
Bump mypy from 1.7.0 to 1.7.1
dependabot[bot] Nov 27, 2023
6c15d14
Merge pull request #59 from danielfromearth/dependabot/pip/develop/my…
danielfromearth Nov 28, 2023
2497c41
Bump ruff from 0.1.6 to 0.1.7
dependabot[bot] Dec 4, 2023
867755c
Merge pull request #62 from danielfromearth/dependabot/pip/develop/ru…
danielfromearth Dec 5, 2023
c4efea8
Bump dask from 2023.11.0 to 2023.12.0
dependabot[bot] Dec 5, 2023
cd17848
Merge pull request #63 from danielfromearth/dependabot/pip/develop/da…
danielfromearth Dec 5, 2023
abb6712
Bump actions/setup-python from 4 to 5
dependabot[bot] Dec 11, 2023
eec0daa
Merge pull request #64 from danielfromearth/dependabot/github_actions…
danielfromearth Dec 12, 2023
78112ce
Bump xarray from 2023.11.0 to 2023.12.0
dependabot[bot] Dec 12, 2023
e2df36e
Merge pull request #65 from danielfromearth/dependabot/pip/develop/xa…
danielfromearth Dec 12, 2023
ecdecaa
Bump actions/upload-artifact from 3 to 4
dependabot[bot] Dec 18, 2023
5ee24d7
Bump ruff from 0.1.7 to 0.1.8
dependabot[bot] Dec 18, 2023
b7734ac
Merge pull request #71 from danielfromearth/dependabot/pip/develop/ru…
danielfromearth Dec 19, 2023
629d174
Bump black from 23.11.0 to 23.12.0
dependabot[bot] Dec 19, 2023
3ae48a9
Merge pull request #70 from danielfromearth/dependabot/pip/develop/bl…
danielfromearth Dec 19, 2023
ed5d1ec
Bump coverage from 7.3.2 to 7.3.3
dependabot[bot] Dec 19, 2023
ffdbdda
Merge pull request #68 from danielfromearth/dependabot/pip/develop/co…
danielfromearth Dec 19, 2023
1a78750
Bump dask from 2023.12.0 to 2023.12.1
dependabot[bot] Dec 19, 2023
7720fb4
Merge pull request #66 from danielfromearth/dependabot/github_actions…
danielfromearth Dec 19, 2023
6ce19cf
Merge pull request #69 from danielfromearth/dependabot/pip/develop/da…
danielfromearth Dec 19, 2023
915cb40
Bump harmony-service-lib from 1.0.24 to 1.0.25
dependabot[bot] Dec 19, 2023
3bd05b8
Merge pull request #67 from danielfromearth/dependabot/pip/develop/ha…
danielfromearth Dec 19, 2023
ccd6d34
Bump ruff from 0.1.8 to 0.1.9
dependabot[bot] Dec 25, 2023
4e4a9d7
Merge pull request #74 from danielfromearth/dependabot/pip/develop/ru…
danielfromearth Dec 27, 2023
848b089
Bump mypy from 1.7.1 to 1.8.0
dependabot[bot] Dec 27, 2023
46b04a7
Merge pull request #75 from danielfromearth/dependabot/pip/develop/my…
danielfromearth Dec 27, 2023
50924f6
Bump black from 23.12.0 to 23.12.1
dependabot[bot] Dec 27, 2023
641dbff
Merge pull request #72 from danielfromearth/dependabot/pip/develop/bl…
danielfromearth Dec 27, 2023
2b1b73f
Bump coverage from 7.3.3 to 7.3.4
dependabot[bot] Dec 27, 2023
6821dba
Merge pull request #73 from danielfromearth/dependabot/pip/develop/co…
danielfromearth Dec 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down Expand Up @@ -47,21 +47,21 @@ jobs:

- name: Archive test results
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test result
path: test_results.txt

- name: Archive code coverage report (plain text)
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code coverage report (plain text)
path: coverage_report.txt

- name: Archive code coverage report (HTML)
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code coverage report (HTML)
path: htmlcov/*
Loading