Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 12, 2024
1 parent 19c42f5 commit 1442c1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: '3.11'
# - name: Set up Python 3.11
# uses: actions/setup-python@v2
# with:
# python-version: '3.11'

- name: Install Tutor
run: |
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Add extra LMS requirements
run: |
# Create a custom Tutor configuration to add extra pip requirements for the LMS
tutor config save --set LMS_EXTRA_PIP_REQUIREMENTS="eox-core\neox-tenant"
tutor config save --set OPENEDX_EXTRA_PIP_REQUIREMENTS="eox-core\neox-tenant"
- name: Rebuild the LMS image to include the extra requirements
run: |
Expand Down

0 comments on commit 1442c1e

Please sign in to comment.