Skip to content

Commit

Permalink
print requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Mar 13, 2024
1 parent eb27676 commit ab58d46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov coveralls
echo "Requirements:" && cat requirements.txt
echo `pwd` && echo " || requirements:" && cat requirements.txt
pip install -r requirements.txt
pip install .
- name: Run default linting script
Expand Down

0 comments on commit ab58d46

Please sign in to comment.