From 55c85e1400cbbe2bed12a5d17ca0780fcf4627ee Mon Sep 17 00:00:00 2001 From: vggonzal <9Tcostoamm> Date: Wed, 2 Aug 2023 18:13:08 -0700 Subject: [PATCH] use poetry for dependencies --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70b907d..f174e54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,11 +88,6 @@ jobs: run: | poetry run pylint hydrocronapi poetry run flake8 hydrocronapi - - name: Test and coverage - run: | - poetry run pytest --junitxml=build/reports/pytest.xml --cov=podaac/ --cov-report=xml:build/reports/coverage.xml -m "not aws and not integration" tests/ - - - name: Load sample run: python3 tests/example_load_data.py