Skip to content

Commit

Permalink
removed commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
molly-moen authored Dec 6, 2024
1 parent f63525d commit ab1beaf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ab1beaf

Please sign in to comment.