Skip to content

Commit

Permalink
fix(docs): missing py requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Nov 8, 2024
1 parent 0f356b6 commit 53d9e3b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
type: io.kestra.plugin.scripts.python.Script
allowFailure: true
warningOnStdErr: false
beforeCommands:
- pip install kestra
script: |
import time
from kestra import Kestra
Expand Down

0 comments on commit 53d9e3b

Please sign in to comment.