Skip to content

Commit

Permalink
Changed to default_python parameter for MiniConda
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceWalnut committed Jul 18, 2024
1 parent 16c527c commit cf15a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
channels: conda-forge, defaults
auto-activate-base: true
activate-environment: true
python-version: 3.11
default_python: "3.11"

- name: Source Miniconda
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
channels: conda-forge, defaults
auto-activate-base: true
activate-environment: true
python-version: 3.11
default_python: 3.11

- name: Source Miniconda
run: |
Expand Down

0 comments on commit cf15a77

Please sign in to comment.