From c44abad5311329da7018269158a241eaa260e576 Mon Sep 17 00:00:00 2001 From: Salman Mohammadi Date: Wed, 13 Aug 2025 11:24:05 +0100 Subject: [PATCH] debugging CI --- .github/workflows/preview-docs.yml | 19 ++----------------- src/axolotl/cli/utils/train.py | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index dd78c6265..db4abddce 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -10,7 +10,7 @@ on: - '**/*.qmd' # any Quarto file - '_quarto.yml' - docs/scripts/generate_config_docs.py - - src/axolotl/**/*.py + - src/axolotl/utils/schemas/**.py permissions: checks: write @@ -45,23 +45,8 @@ jobs: python3 -m pip install jupyter quartodoc python3 -m pip install -e . - - name: Debug versions - run: | - echo "Python version:" - python3 --version - echo "Pip list:" - pip list | grep -E "(quartodoc|jupyter|axolotl)" - echo "Quartodoc version:" - python3 -c "import quartodoc; print(quartodoc.__version__)" - echo "Current working directory:" - pwd - echo "Directory contents:" - ls -la - - name: Build autodoc - run: | - echo "Running quartodoc build with verbose output..." - quartodoc build --verbose + run: quartodoc build - name: Quarto render run: quarto render diff --git a/src/axolotl/cli/utils/train.py b/src/axolotl/cli/utils/train.py index b8c87d86c..d2a785635 100644 --- a/src/axolotl/cli/utils/train.py +++ b/src/axolotl/cli/utils/train.py @@ -74,7 +74,7 @@ def generate_config_files(config: str, sweep: str | None) -> Iterator[tuple[str, sweep: Sweep configuration file Yields: - tuple[str, bool]: Configuration file name and whether this is a group of configurations + Configuration file name and whether this is a group of configurations """ if not sweep: