Skip to content

Commit

Permalink
chore: fix tutor-mfe pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Dec 10, 2024
1 parent 11201f1 commit a123dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Install dependencies
run: |
pip install .[dev]
pip install git+https://github.com/overhangio/tutor-mfe.git@main#egg=tutor-mfe
pip install --upgrade --editable git+https://github.com/overhangio/tutor-mfe.git@main#egg=tutor-mfe
- name: Test lint, types, and format
run: make test

0 comments on commit a123dbb

Please sign in to comment.