Skip to content

Commit

Permalink
Merge pull request #7 from climateintelligence/update-install
Browse files Browse the repository at this point in the history
Update install
  • Loading branch information
cehbrecht authored Feb 15, 2024
2 parents 5404dec + 3e0cd03 commit 0922945
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 35 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand All @@ -32,8 +32,8 @@ jobs:
run: make test
- name: Lint with flake8 ⚙️
run: make lint
if: matrix.python-version == 3.8
if: matrix.python-version == 3.9
- name: Build docs 🏗️
run: make docs
if: matrix.python-version == 3.8
if: matrix.python-version == 3.9

4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
- defaults
dependencies:
- pip
- python>=3.8,<3.12
- pywps>=4.5.1,<4.7
- python>=3.9,<3.12
- pywps>=4.5.2,<4.7
- jinja2
- click
- psutil
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click
jinja2
psutil
pywps>=4.5.1,<4.7
pywps>=4.5.2,<4.7
intake
intake-esm
pydantic<2
Expand Down
Loading

0 comments on commit 0922945

Please sign in to comment.