From f55f581114a8ab70aa09735b25e482f7a7ee8dc0 Mon Sep 17 00:00:00 2001 From: Jason Payne Date: Wed, 20 Mar 2024 10:05:42 -0400 Subject: [PATCH] Clean printing Cleans up unnecessary print statements from the GitHub testing action --- .github/workflows/python-app.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index cf5010f..e99f354 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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 .