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 ac464f3 commit b3c1999Copy full SHA for b3c1999
.github/workflows/development.yaml
@@ -36,8 +36,6 @@ jobs:
36
include:
37
- py_ver: "3.7"
38
mysql_ver: "5.7"
39
- - py_ver: "3.6"
40
- mysql_ver: "5.7"
41
steps:
42
- uses: actions/checkout@v2
43
- name: Set up Python ${{matrix.py_ver}}
@@ -106,4 +104,4 @@ jobs:
106
104
with:
107
105
branch: gh-pages
108
directory: gh-pages
109
- github_token: ${{secrets.GITHUB_TOKEN}}
+ github_token: ${{secrets.GITHUB_TOKEN}}
0 commit comments