Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
6189dd0ede
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -7,12 +7,15 @@ on:
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.8', '3.12']
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Upgrade pip
|
||||
run: python -m pip install --upgrade pip setuptools
|
||||
- name: Install dependencies
|
||||
|
||||
@ -0,0 +1 @@
|
||||
- [Feature] Add Python 3.12 CI checks (by @Danyal-Faheem)
|
||||
@ -65,7 +65,7 @@ tutor_hooks.Filters.CONFIG_OVERRIDES.add_items(
|
||||
########################################
|
||||
|
||||
|
||||
@MFE_APPS.add()
|
||||
@MFE_APPS.add() # type: ignore
|
||||
def _add_learner_record_mfe(
|
||||
apps: dict[str, MFE_ATTRS_TYPE]
|
||||
) -> dict[str, MFE_ATTRS_TYPE]:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user