File tree Expand file tree Collapse file tree 4 files changed +141
-5
lines changed Expand file tree Collapse file tree 4 files changed +141
-5
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ jobs:
283283 run : just test-lock mysqlclient==${{ matrix.mysqlclient-version }}
284284 - name : Run Unit Tests
285285 run : |
286- just test-all ${{ matrix.mysqlclient-version }}
286+ just test-all mysql
287287 - name : Store coverage files
288288 uses : actions/upload-artifact@v4
289289 with :
@@ -386,7 +386,7 @@ jobs:
386386 run : just test-lock mysqlclient==${{ matrix.mysqlclient-version }}
387387 - name : Run Unit Tests
388388 run : |
389- just test-all ${{ matrix.mysqlclient-version }}
389+ just test-all mysql
390390 - name : Store coverage files
391391 uses : actions/upload-artifact@v4
392392 with :
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ manage *COMMAND:
1919 management.execute_from_command_line(sys.argv + " {{ COMMAND }} " .split(" " ))
2020
2121# install the uv package manager
22+ [linux ]
23+ [macos ]
2224install_uv :
2325 curl -LsSf https:// astral.sh/ uv/ install.sh | sh
2426
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ docs = [
101101 " doc8>=1.1.2" ,
102102 " docutils>=0.21.2" ,
103103 " furo>=2024.8.6" ,
104- " readme-renderer[markdown ]>=44.0" ,
104+ " readme-renderer[md ]>=44.0" ,
105105 " sphinx>=7.4.7" ,
106106 " sphinx-autobuild>=2024.10.3" ,
107107 " sphinx-tabs>=3.4.7" ,
You can’t perform that action at this time.
0 commit comments