Skip to content

Commit d9823d4

Browse files
committed
try fix CI
1 parent 97b2607 commit d9823d4

File tree

4 files changed

+141
-5
lines changed

4 files changed

+141
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
2224
install_uv:
2325
curl -LsSf https://astral.sh/uv/install.sh | sh
2426

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)