Skip to content

Commit bbdccbe

Browse files
committed
lint-and-test: WIP.
1 parent eeec7bf commit bbdccbe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,12 @@ jobs:
101101
python-version: ${{ env.LINTING_PYTHON_VERSION }}
102102
cache: 'pip'
103103
cache-dependency-path: 'pyproject.toml'
104-
- name: Install with linting tools
105-
run: pip install .[linting]
104+
# - name: Install with linting tools
105+
# run: pip install .[linting]
106+
- name: NEW INSTALL
107+
run: make
108+
- name: ACTIVATE
109+
run: . zt_venv/bin/activate
106110
- name: Check spelling
107111
run: ./tools/run-spellcheck
108112

0 commit comments

Comments
 (0)