Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 87a2635

Browse filesBrowse files
committed
check
1 parent bb7acab commit 87a2635
Copy full SHA for 87a2635

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎.github/workflows/windows.yaml

Copy file name to clipboardExpand all lines: .github/workflows/windows.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ jobs:
8181
working-directory: ../mysqlclient/dist
8282
run: |
8383
ls -la
84-
py -3.8 -m pip install mysqlclient-2.0.0.rc1-cp38-cp38-win_amd64.whl
84+
py -3.8 -m pip install --no-index --find-links . mysqlclient
8585
py -3.8 -c "import MySQLdb"
86-
py -3.7 -m pip install mysqlclient-2.0.0.rc1-cp37-cp37m-win_amd64.whl
86+
py -3.7 -m pip install --no-index --find-links . mysqlclient
8787
py -3.7 -c "import MySQLdb"
88-
py -3.6 -m pip install mysqlclient-2.0.0.rc1-cp36-cp36m-win_amd64.whl
88+
py -3.6 -m pip install --no-index --find-links . mysqlclient
8989
py -3.6 -c "import MySQLdb"
9090

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.