Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 84850b2

Browse files
committed
Merge remote-tracking branch 'origin/molly/setup-automation' into molly/setup-automation
2 parents 9e7e097 + ab1beaf commit 84850b2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
1+
# This workflow will install Python dependencies, run tests and lint.
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

44
name: Python package
@@ -29,17 +29,9 @@ jobs:
2929
python -m pip install --upgrade pip
3030
python -m pip install pipenv
3131
python -m pip install ruff
32-
# python -m pip install flake8 pytest
33-
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3432
- name: Lint with ruff
3533
run: |
3634
ruff check
37-
# - name: Lint with flake8
38-
# run: |
39-
# # stop the build if there are Python syntax errors or undefined names
40-
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
41-
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
42-
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4335
- name: Test with unittest
4436
run: |
4537
cd packages/pythonlab_setup

0 commit comments

Comments
 (0)