Skip to content

Commit

Permalink
downgrade to python 3.11 due to some conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Sep 12, 2024
1 parent 42ff514 commit 43f6116
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.11
- uses: pre-commit/[email protected]

build:
Expand All @@ -35,7 +35,7 @@ jobs:
use-mamba: true
channels: conda-forge, defaults
environment-file: environment.yml
python-version: "3.12"
python-version: "3.11"
auto-activate-base: true
activate-environment: true
- name: "Build HTML docs"
Expand Down

0 comments on commit 43f6116

Please sign in to comment.