Skip to content

Commit

Permalink
Skip plotter configuration in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Nov 13, 2023
1 parent 9c403ec commit 8ecdf81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/plotter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
if($ENV{CI})
message(STATUS "Configuring in CI, skipping plotter tool...")
return()
endif()

CPMAddPackage(
NAME matplotlib-cpp
GIT_REPOSITORY https://github.com/jatinchowdhury18/matplotlib-cpp
Expand Down

0 comments on commit 8ecdf81

Please sign in to comment.