Skip to content

Commit

Permalink
fix run command
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Jun 20, 2023
1 parent 18d6354 commit 844e7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snippet_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:


- name: Run Snippets
run: (for i in packages/xrpl/snippets/src/*.ts; do echo "Running $i" && python $i || exit 1; done)
run: (for i in snippets/*.py; do echo "Running $i" && poetry run python $i || exit 1; done)

0 comments on commit 844e7a7

Please sign in to comment.