Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 16, 2024
1 parent 3ba1278 commit 24262c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ inputs:

runs:
using: "composite"

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -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)
Expand Down

0 comments on commit 24262c4

Please sign in to comment.