Skip to content

Commit

Permalink
Change to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Dec 8, 2023
1 parent c0e55fa commit ad33a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.12"
python-version: "3.11"
cache: "pip"
- name: Do some Ubunutu specific installs for Python 3.12
- name: Do some Ubunutu specific installs for Python 3.11
if: runner.os == 'Linux'
run: |
sudo apt install libgeos-dev libeccodes-dev
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ubuntu:latest


ENV CONDA_ENV_NAME=satip
ENV PYTHON_VERSION=3.12
ENV PYTHON_VERSION=3.11


# Basic setup
Expand Down

0 comments on commit ad33a65

Please sign in to comment.