Skip to content

Commit 48b7ba2

Browse files
committed
install dev dependencies
1 parent 678445d commit 48b7ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: build
3737
run: |
3838
conda install git cmake">=3.14" boost eigen COMPAS --yes
39-
pip install -e .
39+
pip install -r requirements-dev.txt
4040
4141
- name: Lint with flake8
4242
run: |

0 commit comments

Comments
 (0)