File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - master
77 create :
8+ workflow_dispatch :
89
910jobs :
1011 build :
1112 runs-on : windows-latest
1213 env :
13- CONNECTOR_VERSION : " 3.1.9 "
14+ CONNECTOR_VERSION : " 3.1.11 "
1415 steps :
1516
1617 - name : Cache Connector
6364 shell : cmd
6465 working-directory : ../mysqlclient
6566 run : |
67+ py -3.9 -m pip install -U setuptools wheel pip
68+ py -3.9 setup.py bdist_wheel
6669 py -3.8 -m pip install -U setuptools wheel pip
6770 py -3.8 setup.py bdist_wheel
6871 py -3.7 -m pip install -U setuptools wheel pip
8184 working-directory : ../mysqlclient/dist
8285 run : |
8386 ls -la
87+ py -3.9 -m pip install --no-index --find-links . mysqlclient
88+ py -3.9 -c "import MySQLdb; print(MySQLdb.version_info)"
8489 py -3.8 -m pip install --no-index --find-links . mysqlclient
8590 py -3.8 -c "import MySQLdb; print(MySQLdb.version_info)"
8691 py -3.7 -m pip install --no-index --find-links . mysqlclient
You can’t perform that action at this time.
0 commit comments