Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Mar 7, 2024
1 parent bb28299 commit 1a0cc48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ jobs:
# target: aarch64
# interpreter: 3.9 3.10 3.11 3.12


runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -214,7 +213,6 @@ jobs:
architecture: ${{ matrix.python-architecture || 'x64' }}

- run: pip install -U twine 'ruff==0.1.3' typing_extensions

# generate self-schema now, so we don't have to do so inside docker in maturin build
# - run: python generate_self_schema.py

Expand Down
3 changes: 2 additions & 1 deletion lib/docs/docs/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ <h1 class="text-xl font-semibold">✍️ Nanopublication signing playground 🕹
</div>

<script type="module">
import init, { Nanopub, NpProfile, KeyPair, getNpServer } from "https://unpkg.com/@nanopub/sign";
import monacoLoader from 'https://cdn.jsdelivr.net/npm/@monaco-editor/loader@1.4.0/+esm';
import init, { Nanopub, NpProfile, KeyPair, getNpServer } from "https://unpkg.com/@nanopub/sign";
// import init, { Nanopub, NpProfile, KeyPair, getNpServer } from "./assets/pkg/web.js";

// TODO: get ORCID based on the public key registered in the nanopub network
let orcidToken = null;
Expand Down

0 comments on commit 1a0cc48

Please sign in to comment.