From e049d601447912176a02e1c6747f775829a40d6b Mon Sep 17 00:00:00 2001 From: Martin Schulz Date: Mon, 20 May 2024 23:55:53 +0200 Subject: [PATCH] docs still not working --- .github/workflows/docs.yml | 4 ++-- .github/workflows/run_tests.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d0eb2964..ef772b3a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,11 +24,11 @@ jobs: run: | python -m pip install --upgrade pip pip install PySide6 - pip install -v ".[docs]" + pip install -ve ".[docs]" - name: Build docs run: | cd ./docs - python -c "import mne_pipeline_hd; print(dir(mne_pipeline_hd.gui))" + python -c "import mne_pipeline_hd;print(dir(mne_pipeline_hd.gui))" make html - name: Upload artifacts uses: actions/upload-artifact@v4 diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 5fa1d603..01aab1f0 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -1,9 +1,9 @@ name: CIs on: - pull_request: - push: - branches: - - main +# pull_request: +# push: +# branches: +# - main jobs: pytest: