Skip to content

Commit

Permalink
fix: remove merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem committed Mar 5, 2024
1 parent d67a5fd commit 11dbaac
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:
run: python -m pip install --upgrade pip setuptools
- name: Install dependencies
run: |
pip install 'tutor[dev]>=17.0.0,<18.0.0'
pip install .[dev]
- name: Test lint, types, and format
run: make test

0 comments on commit 11dbaac

Please sign in to comment.