Skip to content

Commit 87a2635

Browse files
committed
check
1 parent bb7acab commit 87a2635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows.yaml

Lines 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)