diff --git a/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 67455f3..e64030a 100644 --- a/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -12,7 +12,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-ext/python/setup@main - - uses: actions-ext/node/setup@main - run: uv pip install . - run: uv pip install yardang - run: yardang build diff --git a/python/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 67455f3..e64030a 100644 --- a/python/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -12,7 +12,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-ext/python/setup@main - - uses: actions-ext/node/setup@main - run: uv pip install . - run: uv pip install yardang - run: yardang build diff --git a/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 67455f3..dfe01de 100644 --- a/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-ext/python/setup@main - - uses: actions-ext/node/setup@main + - uses: actions-ext/rust/setup@main - run: uv pip install . - run: uv pip install yardang - run: yardang build