From ab1beaf85e6f5614427bf1de720c036aa35a2972 Mon Sep 17 00:00:00 2001 From: Molly Moen Date: Fri, 6 Dec 2024 14:10:04 -0800 Subject: [PATCH] removed commented out lines --- .github/workflows/python-package.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 0ad73bf..2d7b681 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -1,4 +1,4 @@ -# This workflow will install Python dependencies, run tests and lint with a variety of Python versions +# This workflow will install Python dependencies, run tests and lint. # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python name: Python package @@ -29,17 +29,9 @@ jobs: python -m pip install --upgrade pip python -m pip install pipenv python -m pip install ruff - # python -m pip install flake8 pytest - # if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with ruff run: | ruff check - # - name: Lint with flake8 - # run: | - # # stop the build if there are Python syntax errors or undefined names - # flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - # # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with unittest run: | cd packages/pythonlab_setup