Skip to content

Commit

Permalink
Environment init
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed May 28, 2024
1 parent d763a76 commit 43d8e7b
Show file tree
Hide file tree
Showing 6 changed files with 610 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Install Poetry
run: |
Expand All @@ -33,4 +33,4 @@ jobs:
- name: Run linting checks
run: |
make check-pylint
make check-pylint
6 changes: 3 additions & 3 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Install Poetry
run: |
Expand All @@ -33,4 +33,4 @@ jobs:
- name: Run Pre-commit checks
run: |
make precommit
make precommit
2 changes: 1 addition & 1 deletion Makefile.variables
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

APPLICATION_NAME := climateset
CONDA_ENVIRONMENT := climateset
PYTHON_VERSION := 3.10
PYTHON_VERSION := 3.11
7 changes: 6 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ name: climateset
channels:
- conda-forge
dependencies:
- python=3.10
- python=3.11
- cdo
- nco
- xesmf
- esgf-pyclient
- xarray

Loading

0 comments on commit 43d8e7b

Please sign in to comment.