Skip to content

Commit e659699

Browse files
authored
--ignore=web_programming/current_stock_price.py
1 parent 31141c9 commit e659699

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cache-dependency-glob: uv.lock
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.13
19+
python-version: 3.x
2020
allow-prereleases: true
2121
- run: uv sync --group=test
2222
- name: Run tests
@@ -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/current_stock_price.py
3334
--ignore=web_programming/fetch_anime_and_play.py
3435
--cov-report=term-missing:skip-covered
3536
--cov=. .

0 commit comments

Comments
 (0)