Skip to content

Commit

Permalink
Clean printing
Browse files Browse the repository at this point in the history
Cleans up unnecessary print statements from the GitHub testing action
  • Loading branch information
paynejason committed Mar 20, 2024
1 parent 6c4ff68 commit f55f581
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,11 @@ jobs:
with:
python-version: "3.10"
cache: 'pip'
- name: show python path
run: |
python -c "import sys; print('\n'.join(sys.path))"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install flake8 pytest wheel
- name: Check package location
run: |
pip show pandas
- name: Install text2term
run: |
pip install -e .
Expand Down

0 comments on commit f55f581

Please sign in to comment.