Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 4bf3951

Browse files
committed
action dance
1 parent 383d222 commit 4bf3951

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ jobs:
9393
pip install -r requirements_test.txt
9494
pip install pylint
9595
- name: (Python) Pylint
96-
run: pylint w1/
96+
run: |
97+
source venv/bin/activate
98+
pylint w1/
9799
98100
python-test:
99101
if: contains(github.ref, 'python/')

0 commit comments

Comments
 (0)