Skip to content

Commit

Permalink
chore: add ci.yml
Browse files Browse the repository at this point in the history
chore: modigy ci.yml
  • Loading branch information
archeno committed Aug 29, 2024
1 parent e3db77e commit 816e296
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade
pip install -r requirements.txt
# pip install -r requirements.txt
pip install coverage
- name: run test
Expand Down

0 comments on commit 816e296

Please sign in to comment.