Skip to content

Commit

Permalink
CI: fix lispyc import error during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKoz committed Feb 23, 2022
1 parent 74d193e commit b5b921a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
cache-dependency-path: requirements/test.pip

- name: Install dependencies
run: pip install -r requirements/test.pip
run: |
set -eu
pip install -r requirements/test.pip
pip install -e .
# Suffix the generated coverage datafile with the name of the runner's OS.
- name: Run tests
Expand Down

0 comments on commit b5b921a

Please sign in to comment.