Skip to content

Commit 1de4754

Browse files
committed
deprecate fern test in ci
1 parent c9b12fd commit 1de4754

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ jobs:
5959
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
6060
- name: Install dependencies
6161
run: poetry install -E microphone
62-
- name: Install Fern
63-
run: npm install -g fern-api
6462
- name: Test
65-
run: fern test --command "poetry run pytest -rP ."
63+
run: poetry run pytest -rP .
6664

6765
test-examples:
6866
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)