Skip to content

Commit 73f6e4c

Browse files
committed
Ok
1 parent c038071 commit 73f6e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install Basilisp
107107
run: |
108108
pip install -U pip
109-
pip install "pytest>=7.0.0,<9.0.0" "pygments"
109+
pip install . "pytest>=7.0.0,<9.0.0" "pygments"
110110
- name: Run tests
111111
run: |
112112
pytest --import-mode=importlib

0 commit comments

Comments
 (0)