Skip to content

Commit

Permalink
fix: 777 permissions on the downloaded tutor
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 8, 2024
1 parent 2d50c75 commit a2a389c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/integration.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/integration_tutor_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Get Tutor
run: |
git clone --branch=nightly --depth=1 https://github.com/overhangio/tutor.git
chmod 777 tutor -R
pip install -e "./tutor[full]"
- name: Prepare Tutor & launch
Expand Down

0 comments on commit a2a389c

Please sign in to comment.