Skip to content

Commit bf216f8

Browse files
committed
Use my server
1 parent 831fec2 commit bf216f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python: ["3.9", "3.13"]
16-
os: [ubuntu-latest, ubuntu-arm, macos-intel, macos-arm, windows-latest]
15+
python: ["3.13"]
16+
os: [macos-arm]
1717
include:
1818
- os: ubuntu-latest
1919
python: "3.13"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ lint-docs = "uv run pydocstyle --ignore-decorators=overload"
7171
lint-types-mypy = "uv run mypy --namespace-packages --check-untyped-defs ."
7272
lint-types-pyright = "uv run pyright"
7373
run-bench = "uv run python scripts/run_bench.py"
74-
test = "uv run pytest"
74+
test = "uv run pytest -E 2.tcp.ngrok.io:18184"
7575

7676
[tool.ruff]
7777
target-version = "py39"

0 commit comments

Comments
 (0)