Skip to content

Commit 210dfc2

Browse files
authored
uv run pytest --ignore=web_programming/fetch_anime_and_play.py
1 parent ef144db commit 210dfc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
--ignore=project_euler/
3131
--ignore=quantum/q_fourier_transform.py
3232
--ignore=scripts/validate_solutions.py
33+
--ignore=web_programming/fetch_anime_and_play.py
3334
--cov-report=term-missing:skip-covered
3435
--cov=. .
3536
- if: ${{ success() }}

0 commit comments

Comments
 (0)