Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Dec 8, 2023
2 parents bd82a18 + 25d8fc6 commit 8e36453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
run: python -m pip install --upgrade pip setuptools
- name: Install dependencies
run: |
pip install 'tutor[dev]>=16.0.0,<17.0.0' \
'tutor-mfe>=16.0.0, <17.0.0'
pip install .[dev]
- name: Test lint, types, and format
run: make test
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"tutor-discovery>=16.0.0,<17.0.0",
"tutor-mfe>=16.0.0,<17.0.0",
],
extras_require={"dev": ["scriv"]},
extras_require={"dev": ["tutor[dev]>=16.0.0,<17.0.0"]},
entry_points={"tutor.plugin.v1": ["ecommerce = tutorecommerce.plugin"]},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 8e36453

Please sign in to comment.