Skip to content

Commit

Permalink
Merge pull request #146 from ASFHyP3/upgrade-python
Browse files Browse the repository at this point in the history
partially upgrade to python 3.12
  • Loading branch information
jtherrmann authored Dec 10, 2024
2 parents 5608d5d + 3813d6f commit 39cc0f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/process-and-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: data_management/environment.yml
create-args: >-
python=3.9

- name: Process new granules
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
- run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion data_management/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.9
- python=3.12
- pip
- pip:
- -r requirements.txt

0 comments on commit 39cc0f8

Please sign in to comment.