We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ff3ee commit 9ed4541Copy full SHA for 9ed4541
.github/workflows/deploy.yaml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
+ tags:
8
pull_request:
9
10
.github/workflows/docs.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: setup_miniconda
26
uses: conda-incubator/setup-miniconda@v2
27
with:
28
- python-version: 3.7
+ python-version: 3.8
29
auto-update-conda: true
30
channel-priority: flexible
31
channels: conda-forge
0 commit comments