-
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.
remove 3.9 added 3.12 for tests, added testdata files
- Loading branch information
Showing
8 changed files
with
9 additions
and
11 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 |
---|---|---|
|
@@ -19,11 +19,11 @@ jobs: | |
strategy: | ||
max-parallel: 5 | ||
matrix: | ||
python-version: ["3.9", "3.10", "3.11"] | ||
python-version: ["3.10", "3.11", "3.12"] | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python 3.10 | ||
- name: Set up Python 3.10/3.11 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
@@ -34,10 +34,6 @@ jobs: | |
environment-file: conda/testenv.yaml | ||
python-version: ${{ matrix.python-version }} | ||
channels: conda-forge | ||
#- name: Add conda to system path | ||
# run: | | ||
# # $CONDA is an environment variable pointing to the root of the miniconda directory | ||
# echo $CONDA/bin >> $GITHUB_PATH | ||
- name: Lint with ruff | ||
shell: bash -el {0} | ||
run: | | ||
|
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: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
python-version: ["3.9", "3.10", "3.11"] | ||
python-version: ["3.10", "3.11"i, "3.12"] | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
|
@@ -26,12 +26,12 @@ jobs: | |
uses: conda-incubator/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
activate-environment: mopper_env | ||
environment-file: conda/environment.yaml # Path to the build conda environment | ||
auto-update-conda: false | ||
auto-activate-base: false | ||
show-channel-urls: true # | ||
- name: Build but do not upload the conda packages | ||
uses: uibcdf/[email protected] | ||
shell: bash -el {0} | ||
with: | ||
meta_yaml_dir: conda | ||
python-version: ${{ matrix.python-version }} # Values previously defined in `matrix` | ||
|
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
name: mopper_env | ||
channels: | ||
- conda-forge | ||
- coecms | ||
|
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.