Skip to content

Commit

Permalink
fix docs and deploy actions (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Aug 12, 2023
1 parent 71c666f commit e08f6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup_miniconda
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.8
python-version: 3.9
auto-update-conda: true
add-pip-as-python-dependency: true
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: setup_miniconda
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.8
python-version: 3.9
auto-update-conda: true
channel-priority: flexible
channels: conda-forge
Expand Down

0 comments on commit e08f6c5

Please sign in to comment.