Skip to content

Commit

Permalink
python 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Nov 15, 2023
1 parent 9f7a714 commit 5267cdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
init-shell: bash
cache-environment-key: micromamba-${{ hashFiles('requirements.txt') }}
post-cleanup: all
- name: Setup Pages
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mkdocs
channels:
- conda-forge
dependencies:
- python=3.11
- python>=3.11
- pip
- pip:
- -r requirements.txt

0 comments on commit 5267cdd

Please sign in to comment.