Skip to content

Commit

Permalink
fixup! feat: Initial implementation of the accordion XBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
xitij2000 committed Aug 6, 2024
1 parent 499474e commit 7640f8f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]

python-version: [ '3.8 3.11 3.12' ]
toxenv: [quality, docs, py38-django32, py311-django42, py312-django42]

steps:
- uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: |
3.8
3.11
3.12
- name: Install pip
run: pip install -r requirements/pip.txt
Expand All @@ -38,7 +39,7 @@ jobs:
run: tox

- name: Run coverage
if: matrix.python-version == '3.8' && matrix.toxenv == 'django32'
if: matrix.toxenv == 'django32'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 7640f8f

Please sign in to comment.