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:
283
283
run : just test-lock mysqlclient==${{ matrix.mysqlclient-version }}
284
284
- name : Run Unit Tests
285
285
run : |
286
- just test-all ${{ matrix.mysqlclient-version }}
286
+ just test-all mysql
287
287
- name : Store coverage files
288
288
uses : actions/upload-artifact@v4
289
289
with :
@@ -386,7 +386,7 @@ jobs:
386
386
run : just test-lock mysqlclient==${{ matrix.mysqlclient-version }}
387
387
- name : Run Unit Tests
388
388
run : |
389
- just test-all ${{ matrix.mysqlclient-version }}
389
+ just test-all mysql
390
390
- name : Store coverage files
391
391
uses : actions/upload-artifact@v4
392
392
with :
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ manage *COMMAND:
19
19
management.execute_from_command_line(sys.argv + " {{ COMMAND }} " .split(" " ))
20
20
21
21
# install the uv package manager
22
+ [linux ]
23
+ [macos ]
22
24
install_uv :
23
25
curl -LsSf https:// astral.sh/ uv/ install.sh | sh
24
26
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ docs = [
101
101
" doc8>=1.1.2" ,
102
102
" docutils>=0.21.2" ,
103
103
" furo>=2024.8.6" ,
104
- " readme-renderer[markdown ]>=44.0" ,
104
+ " readme-renderer[md ]>=44.0" ,
105
105
" sphinx>=7.4.7" ,
106
106
" sphinx-autobuild>=2024.10.3" ,
107
107
" sphinx-tabs>=3.4.7" ,
You can’t perform that action at this time.
0 commit comments