Skip to content

Commit 833429c

Browse files
committed
update script
1 parent cbe0ba4 commit 833429c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

wasm/wasm-test.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ <h3>Test Details:</h3>
8383
<ol>
8484
<li>Install the airbyte-cdk package using micropip</li>
8585
<li>Download the PokeAPI manifest and catalog files</li>
86-
<li>Run the declarative source CLI command</li>
87-
<li>Verify that serpyco (pure Python) is used instead of serpyco-rs</li>
86+
<li>Run the declarative source CLI commands</li>
8887
</ol>
8988
</div>
9089
</div>
@@ -141,7 +140,7 @@ <h3>Test Details:</h3>
141140
# pyodide.loadPackage("micropip");
142141
import micropip
143142
micropip.install(
144-
"https://files.pythonhosted.org/packages/02/e2/4291c7888d2945665d523e2900f62c846f6ced63037488abb99ae2b95bdd/airbyte_cdk-6.60.0.post21.dev16487663551-py3-none-any.whl",
143+
"https://files.pythonhosted.org/packages/e6/63/b1d16101e54a65af9f0cea700447563876f3bb1a1cc8a71da48271aa7869/airbyte_cdk-6.60.0.post22.dev16503405621-py3-none-any.whl",
145144
keep_going=True,
146145
)
147146
`);

0 commit comments

Comments
 (0)