Skip to content

Commit

Permalink
Install pygls before running smoke tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alcarney committed Jun 19, 2023
1 parent cbc976c commit 0c709db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
run: python -m pip install -r ./packages/python/requirements.txt
shell: bash

- name: Install pygls
run: python -m pip install --no-deps ./smoke_tests
shell: bash

- name: Pip List
run: python -m pip list
shell: bash
Expand Down

0 comments on commit 0c709db

Please sign in to comment.