Skip to content

Commit 9ed4541

Browse files
authored
bump python to 3.8 for docs action (#114)
* bump docs CI python to 3.8 * attempt to fix deploy on tag upload
1 parent 18ff3ee commit 9ed4541

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
78
pull_request:
89
branches:
910
- master

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: setup_miniconda
2626
uses: conda-incubator/setup-miniconda@v2
2727
with:
28-
python-version: 3.7
28+
python-version: 3.8
2929
auto-update-conda: true
3030
channel-priority: flexible
3131
channels: conda-forge

0 commit comments

Comments
 (0)