Skip to content

Commit

Permalink
progress towards transform
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Jan 7, 2025
1 parent 91b4551 commit a03561a
Show file tree
Hide file tree
Showing 6 changed files with 3,541 additions and 57 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,14 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Set up Python.
uses: actions/setup-python@v4
with:
python-version: 3.9

- name: Install Poetry.
run: pipx install poetry

- name: Install dependencies.
run: poetry install -E docs

- name: Build documentation.
run: |
mkdir -p docs
Expand Down
380 changes: 327 additions & 53 deletions poetry.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ linkml-runtime = "^1.1.24"
SQLAlchemy = "^1.4.32, !=1.4.46"
linkml-transformer = "^0.1"
linkml = "^1.8.1"
linkml-map = "^0.3.8"


[tool.poetry.group.dev.dependencies]
Expand Down
Loading

0 comments on commit a03561a

Please sign in to comment.