We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc00ea commit 68558b5Copy full SHA for 68558b5
.github/workflows/test.yml
@@ -39,9 +39,9 @@ jobs:
39
ref: ${{ env.DASL_TESTING_REF }}
40
41
- name: Run DASL Python harness.
42
- working-directory: dasl-testing
+ working-directory: dasl-testing/harnesses/python
43
run: |
44
- RESULT_JSON=$(uv run --with cbor2 python harnesses/python/main.py libipld)
+ RESULT_JSON=$(uv run --with cbor2 python main.py libipld)
45
{
46
echo "## DASL Results"
47
echo
0 commit comments