Skip to content

Commit

Permalink
Include review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Nov 21, 2023
1 parent 5a7c886 commit 00deb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install and build
run: |
python -m pip install -r requirements-dev.txt
python -m pip install .
python -m pip install -r requirements.txt
- name: Run tests
run: python -m pytest

0 comments on commit 00deb81

Please sign in to comment.