We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb18a5 commit 2711dd7Copy full SHA for 2711dd7
.github/workflows/pages.yml
@@ -14,7 +14,7 @@ jobs:
14
container: ghcr.io/gdsfactory/gdsfactory:main
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: astral-sh/setup-uv@v5
+ - uses: astral-sh/setup-uv@v6
18
- name: Installing the library
19
run: uv sync --all-extras
20
- run: make docs
.github/workflows/test_code.yml
@@ -25,7 +25,7 @@ jobs:
25
26
with:
27
submodules: "recursive"
28
29
30
python-version: ${{ matrix.python-version }}
31
- name: Install Dependencies
0 commit comments