diff --git a/action.yml b/action.yml index 65c52cc..e095b01 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,6 @@ inputs: runs: using: "composite" - steps: - name: Checkout code uses: actions/checkout@v4 @@ -40,7 +39,7 @@ runs: echo "CMS_HOST=studio.local.edly.io" >> "$GITHUB_ENV" shell: bash - - name: Prepare Tutor + - name: Install and prepare Tutor run: | pip install "tutor$INPUT_TUTOR_VERSION" #export TUTOR_PLUGINS_ROOT=$(pwd)/plugins/ && export TUTOR_ROOT=$(pwd)