Skip to content

Commit 4dfd253

Browse files
committed
Manually activate env each step
1 parent f7bfe93 commit 4dfd253

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ jobs:
3333
pip install -e ".[test]"
3434
3535
- name: Lint
36-
run: flake8
36+
run: |
37+
conda activate tactool
38+
flake8
3739
3840
- name: Test
3941
run: |
42+
conda activate tactool
4043
export PYTHONPATH=.
4144
pytest -vvs test/

0 commit comments

Comments
 (0)