Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Mar 1, 2024
1 parent 05e0e54 commit fce9f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Run example
run : |
python -c "from kima. examples import $EXAMPLE"
python -c "from kima.examples import ${EXAMPLE}"
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
_51Peg:
uses: kima-org/run-examples/.github/workflows/reusable.yml@main
with:
example: '51Peg'
example: '_51Peg'

0 comments on commit fce9f43

Please sign in to comment.