From 7f33988cbce32b23901e3ccaf80f448c5173acd2 Mon Sep 17 00:00:00 2001 From: Brett Date: Sat, 9 Mar 2024 13:11:19 -0500 Subject: [PATCH 1/2] fix docs links --- docs/asdf/extending/schemas.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/asdf/extending/schemas.rst b/docs/asdf/extending/schemas.rst index 2e9dbd98b..a1d9f9d66 100644 --- a/docs/asdf/extending/schemas.rst +++ b/docs/asdf/extending/schemas.rst @@ -49,7 +49,7 @@ numeric value and corresponding unit: required: [value, unit] ... -This is similar to the quantity schema, found :ref:`here `, of the ASDF Standard, but +This is similar to the quantity schema, found :ref:`here `, of the ASDF Standard, but has been updated to reflect current recommendations regarding schemas. Let's walk through this schema line by line. @@ -303,4 +303,4 @@ See also: - `Understanding JSON Schema `_ -- :ref:`Unit Schemas ` +- :ref:`Unit Schemas ` From 25e62310e0418ee721a917cd9025acacb239fabd Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 10 Mar 2024 10:52:19 -0400 Subject: [PATCH 2/2] remove CI job dependencies --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa49ef692..cd2b46b49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - linux: asdf-unit-schemas test: - needs: [core, asdf-schemas] + needs: [core] uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: submodules: false @@ -84,7 +84,7 @@ jobs: - windows: py39-parallel dev: - needs: [core, asdf-schemas] + needs: [core] uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: submodules: false @@ -99,7 +99,7 @@ jobs: - linux: py311-pytestdev-parallel oldest: - needs: [core, asdf-schemas] + needs: [core] uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: submodules: false @@ -109,7 +109,7 @@ jobs: - linux: py39-oldestdeps-parallel compatibility: - needs: [core, asdf-schemas] + needs: [core] uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: submodules: false @@ -119,7 +119,7 @@ jobs: - linux: compatibility package: - needs: [core, asdf-schemas] + needs: [core] uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1 with: python-version: "3.11"