-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/datamodules-configurable-dataloader
- Loading branch information
Showing
6 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Add label | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.0 | ||
id: cache | ||
with: | ||
path: ${{ env.pythonLocation }} | ||
|
@@ -43,13 +43,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.0 | ||
id: cache | ||
with: | ||
path: ${{ env.pythonLocation }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.0 | ||
id: cache | ||
with: | ||
path: ${{ env.pythonLocation }} | ||
|
@@ -42,13 +42,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.0 | ||
id: cache | ||
with: | ||
path: ${{ env.pythonLocation }} | ||
|
@@ -69,7 +69,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up nodejs | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,13 @@ jobs: | |
python-version: ['3.10', '3.11', '3.12'] | ||
steps: | ||
- name: Clone repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Cache dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.0 | ||
id: cache | ||
with: | ||
path: ${{ env.pythonLocation }} | ||
|
@@ -47,21 +47,21 @@ jobs: | |
pytest --cov --cov-report=xml | ||
python3 -m torchgeo --help | ||
- name: Report coverage | ||
uses: codecov/codecov-action@v4.5.0 | ||
uses: codecov/codecov-action@v4.6.0 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
minimum: | ||
name: minimum | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.10' | ||
- name: Cache dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.0 | ||
id: cache | ||
with: | ||
path: ${{ env.pythonLocation }} | ||
|
@@ -80,21 +80,21 @@ jobs: | |
pytest --cov --cov-report=xml | ||
python3 -m torchgeo --help | ||
- name: Report coverage | ||
uses: codecov/codecov-action@v4.5.0 | ||
uses: codecov/codecov-action@v4.6.0 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
datasets: | ||
name: datasets | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.0 | ||
id: cache | ||
with: | ||
path: ${{ env.pythonLocation }} | ||
|
@@ -111,7 +111,7 @@ jobs: | |
pytest --cov --cov-report=xml | ||
python3 -m torchgeo --help | ||
- name: Report coverage | ||
uses: codecov/codecov-action@v4.5.0 | ||
uses: codecov/codecov-action@v4.6.0 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
concurrency: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,13 +19,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/cache@v4.0.2 | ||
uses: actions/cache@v4.1.0 | ||
id: cache | ||
with: | ||
path: ${{ env.pythonLocation }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters