Skip to content

Commit

Permalink
Fix up missing doc file
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 19, 2024
1 parent 9d17082 commit 499dfa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
19 changes: 1 addition & 18 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/source/notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 499dfa9

Please sign in to comment.