We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b12fd commit 1de4754Copy full SHA for 1de4754
.github/workflows/ci.yml
@@ -59,10 +59,8 @@ jobs:
59
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
60
- name: Install dependencies
61
run: poetry install -E microphone
62
- - name: Install Fern
63
- run: npm install -g fern-api
64
- name: Test
65
- run: fern test --command "poetry run pytest -rP ."
+ run: poetry run pytest -rP .
66
67
test-examples:
68
runs-on: ubuntu-24.04
0 commit comments