Skip to content

Commit 0c709db

Browse files
committed
Install pygls before running smoke tests
With the addition of tests for pygls' new base JSON-RPC client, it's necessary for `pygls` itself to be importable in order to spin up the test servers.
1 parent cbc976c commit 0c709db

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ jobs:
8686
run: python -m pip install -r ./packages/python/requirements.txt
8787
shell: bash
8888

89+
- name: Install pygls
90+
run: python -m pip install --no-deps ./smoke_tests
91+
shell: bash
92+
8993
- name: Pip List
9094
run: python -m pip list
9195
shell: bash

0 commit comments

Comments
 (0)