Skip to content

Commit 720a1c8

Browse files
committed
try fix CI
1 parent 4c4cf3a commit 720a1c8

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ jobs:
124124
- name: Run Unit Tests
125125
run: |
126126
just manage makemigrations
127-
just test ./tests/verify_environment.py
128127
just test-all ${{ matrix.psycopg-version }}
129128
- name: Store coverage files
130129
uses: actions/upload-artifact@v4
@@ -187,7 +186,6 @@ jobs:
187186
- name: Run Unit Tests
188187
run: |
189188
just manage makemigrations
190-
just test ./tests/verify_environment.py
191189
just test-all
192190
- name: Store coverage files
193191
uses: actions/upload-artifact@v4
@@ -288,7 +286,6 @@ jobs:
288286
- name: Run Unit Tests
289287
run: |
290288
just manage makemigrations
291-
just test ./tests/verify_environment.py
292289
just test-all ${{ matrix.mysqlclient-version }}
293290
- name: Store coverage files
294291
uses: actions/upload-artifact@v4
@@ -393,7 +390,6 @@ jobs:
393390
- name: Run Unit Tests
394391
run: |
395392
just manage makemigrations
396-
just test ./tests/verify_environment.py
397393
just test-all ${{ matrix.mysqlclient-version }}
398394
- name: Store coverage files
399395
uses: actions/upload-artifact@v4
@@ -499,7 +495,6 @@ jobs:
499495
- name: Run Full Unit Tests
500496
run: |
501497
just manage makemigrations
502-
just test ./tests/verify_environment.py
503498
just test-all oracle
504499
505500
- name: Store coverage files
@@ -561,7 +556,6 @@ jobs:
561556
- name: Run Unit Tests
562557
run: |
563558
just manage makemigrations
564-
just test ./tests/verify_environment.py
565559
just test-all
566560
- name: Store coverage files
567561
uses: actions/upload-artifact@v4
@@ -623,8 +617,7 @@ jobs:
623617
- name: Run Unit Tests
624618
run: |
625619
just manage makemigrations
626-
just test ./tests/verify_environment.py
627-
just test-all ${{ matrix.psycopg-version }}
620+
just test-all
628621
- name: Store coverage files
629622
uses: actions/upload-artifact@v4
630623
with:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ dev = [
9191
"pytest-cov>=6.0.0",
9292
"pytest-django>=4.10.0",
9393
"python-dateutil>=2.9.0.post0",
94+
"readme-renderer[markdown]>=44.0",
9495
"ruff>=0.9.7",
9596
"tomlkit>=0.13.2",
9697
"tqdm>=4.67.1",

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)