Skip to content

Commit

Permalink
feat: using venv for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 8, 2024
1 parent a2a389c commit eba5a0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration_tutor_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ jobs:

- name: Get Tutor
run: |
virtualenv venv
source venv/bin/activate
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
run: |
source venv/bin/activate
TUTOR_ROOT="$(pwd)" tutor --version
TUTOR_ROOT="$(pwd)" tutor config save
TUTOR_ROOT="$(pwd)" tutor mounts add lms,cms,lms-worker,cms-worker:$(pwd)/eox-tenant:/openedx/eox-tenant
Expand All @@ -31,4 +34,5 @@ jobs:
- name: Run integration tests in lms
run: |
source venv/bin/activate
TUTOR_ROOT="$(pwd)" tutor local run lms bash /openedx/eox-tenant/eox_tenant/test/tutor/integration.sh

0 comments on commit eba5a0a

Please sign in to comment.