Skip to content

Commit

Permalink
install gdsfactory full
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Jan 15, 2023
1 parent 0e3f951 commit be263fa
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 910 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash -l {0}
run: |
sudo apt install pandoc
pip install -e .[docs]
pip install -e .[dev,docs]
- name: Running the Sphinx to gh-pages Action
uses: uibcdf/action-sphinx-docs-to-gh-pages@v1.0-beta.2
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
python -m pip install --upgrade pip
sudo apt install pandoc
pip install -e .[docs]
pip install -e .[docs,dev]
conda list > requirements.txt
- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
install:
pip install -e .[dev]
pip install -e .
pre-commit install
gf tool install

Expand Down
Loading

0 comments on commit be263fa

Please sign in to comment.