Skip to content

Commit

Permalink
build workflow passing
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafacc committed Sep 6, 2024
1 parent 388b456 commit 0ccc944
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
# Step 3: Install Flit and Coverage
- name: Install Flit and Coverage
run: |
pip install flit coverage
# Step 4: Install dependencies using Flit (with optional gdsfactory)
pip install flit
# Step 4: Install dependencies (including dev dependencies)
- name: Install dependencies
run: |
export FLIT_ROOT_INSTALL=1
flit install --deps=develop --extras=gdsfactory
flit install --deps=develop --extras=dev # Install dev dependencies
# Step 5: Run tests with coverage
- name: Run tests
Expand Down
Binary file added docs/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
153 changes: 153 additions & 0 deletions docs/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/escalator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ccc944

Please sign in to comment.