From 499dfa903baac91fc1d708191fce30537da9bac8 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Fri, 19 Jan 2024 16:26:47 +0100 Subject: [PATCH] Fix up missing doc file --- .github/actions/setup/action.yml | 19 +------------------ docs/source/notebooks.md | 1 + 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 3ca412e5..523b80f6 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -24,12 +24,6 @@ inputs: runs: using: "composite" steps: - # - name: Install Poetry - # if: steps.cached-poetry.outputs.cache-hit != 'true' - # uses: snok/install-poetry@v1 - # with: - # virtualenvs-create: true - # virtualenvs-in-project: true - name: Install poetry shell: bash run: | @@ -44,20 +38,9 @@ runs: - name: Set Poetry environment shell: bash run: | - which poetry - which python - which "python${{ inputs.python-version }}" || which Python || which "Python${{ inputs.python-version }}" - poetry env use "python${{ inputs.python-version }}" + # poetry env use "python${{ inputs.python-version }}" poetry config virtualenvs.create true poetry config virtualenvs.in-project true - # - name: Load cached venv - # if: ${{ inputs.run-poetry-install == 'true' }} - # id: cached-poetry-dependencies - # uses: actions/cache@v3 - # with: - # path: ~/.cache - # key: "venv-${{ inputs.venv-id }}-${{ inputs.os }}-${{ inputs.python-version }}-${{ hashFiles('**/poetry.lock') }}" - # Install dependencies first so that our package doesn't appear in the cache by accident - name: Install dependencies if: ${{ inputs.run-poetry-install == 'true' }} shell: bash diff --git a/docs/source/notebooks.md b/docs/source/notebooks.md index e3b4c072..494f701f 100644 --- a/docs/source/notebooks.md +++ b/docs/source/notebooks.md @@ -45,6 +45,7 @@ notebooks/fair/fair-gmst-ohu-factors.py maxdepth: 1 --- notebooks/cicero-scm/run-ciceroscmpy.py +notebooks/cicero-scm/run-ciceroscm.py ``` ## Notebook execution info