Skip to content

Commit

Permalink
CI: Update LGTM deps and fix PATH warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Nov 3, 2020
1 parent 14cf75c commit 8f85015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .lgtm.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
extraction:
cpp:
after_prepare: "pip3 install numpy cython"
after_prepare: "pip3 install --user numpy cython 'cmake==3.17'"
configure:
command:
- export PATH="${HOME}/.local/bin:${PATH}"
- "mkdir build"
- "cd build && cmake .."
index:
Expand Down

0 comments on commit 8f85015

Please sign in to comment.