We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678445d commit 48b7ba2Copy full SHA for 48b7ba2
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: build
37
run: |
38
conda install git cmake">=3.14" boost eigen COMPAS --yes
39
- pip install -e .
+ pip install -r requirements-dev.txt
40
41
- name: Lint with flake8
42
0 commit comments