Skip to content

Commit

Permalink
Add missing klayout options in make install
Browse files Browse the repository at this point in the history
This fixes pyvis not being installed for testing
  • Loading branch information
nikosavola committed Oct 18, 2023
1 parent 8d1bc09 commit 84e67dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

install:
pip install -e .[dev,docs,devsim,femwell,gmsh,meow,meshwell,ray,sax,schematic,tidy3d,web,vlsir]
pip install -e .[dev,docs,devsim,femwell,gmsh,klayout,meow,meshwell,ray,sax,schematic,tidy3d,web,vlsir]
pre-commit install

dev: test-data gmsh elmer install
Expand Down

0 comments on commit 84e67dd

Please sign in to comment.