forked from microsoft/torchgeo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Test Python 3.12 * Flake8 fix * Caching bug
- Loading branch information
1 parent
78d1854
commit 82e2559
Showing
9 changed files
with
17 additions
and
16 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/[email protected] | ||
id: cache | ||
|
@@ -44,7 +44,7 @@ jobs: | |
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/[email protected] | ||
id: cache | ||
|
@@ -72,7 +72,7 @@ jobs: | |
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/[email protected] | ||
id: cache | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/[email protected] | ||
id: cache | ||
|
@@ -43,7 +43,7 @@ jobs: | |
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/[email protected] | ||
id: cache | ||
|
@@ -68,7 +68,7 @@ jobs: | |
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/[email protected] | ||
id: cache | ||
|
@@ -93,7 +93,7 @@ jobs: | |
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/[email protected] | ||
id: cache | ||
|
@@ -118,7 +118,7 @@ jobs: | |
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/[email protected] | ||
id: cache | ||
|
@@ -143,7 +143,7 @@ jobs: | |
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/[email protected] | ||
id: cache | ||
|
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,7 +17,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest, macos-latest, windows-latest] | ||
python-version: ['3.9', '3.10', '3.11'] | ||
python-version: ['3.9', '3.10', '3.11', '3.12'] | ||
steps: | ||
- name: Clone repo | ||
uses: actions/[email protected] | ||
|
@@ -31,7 +31,7 @@ jobs: | |
with: | ||
path: ${{ env.pythonLocation }} | ||
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements/required.txt') }}-${{ hashFiles('requirements/datasets.txt') }}-${{ hashFiles('requirements/tests.txt') }} | ||
if: ${{ ! (runner.os == 'macOS' && matrix.python-version == '3.11') }} | ||
if: ${{ ! (runner.os == 'macOS' && (matrix.python-version == '3.11' || matrix.python-version == '3.12')) }} | ||
- name: Setup headless display for pyvista | ||
uses: pyvista/setup-headless-display-action@v2 | ||
- name: Install apt dependencies (Linux) | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
- name: Set up python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
- name: Cache dependencies | ||
uses: actions/[email protected] | ||
id: cache | ||
|
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
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
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
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
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