Skip to content

Commit fe6caf8

Browse files
committed
WIP: Not make.
1 parent f7db3ef commit fe6caf8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ jobs:
105105
# run: pip install .[linting]
106106
- name: NEW INSTALL
107107
run: |
108-
make
109-
. zt_venv/bin/activate
108+
# make
109+
# . zt_venv/bin/activate
110+
pip install .[linting]
110111
./tools/run-spellcheck
111112

112113
hotkeys:

0 commit comments

Comments
 (0)