Skip to content

Commit 816e53a

Browse files
authored
Update CI.yml
1 parent d550796 commit 816e53a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will install Python dependencies, run tests and lint with a single version of Python
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
3-
41
name: Python application -CI
52

63
on:
@@ -31,9 +28,7 @@ jobs:
3128
3229
- name: Lint with flake8
3330
run: |
34-
# stop the build if there are Python syntax errors or undefined names
3531
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
36-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3732
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3833
3934
- name: Build Package
@@ -46,7 +41,5 @@ jobs:
4641
- name: Package Python Code
4742
uses: actions/upload-artifact@v5.0.0
4843
with:
49-
# Artifact name
5044
name: Python-app
51-
# A file, directory or wildcard pattern that describes what to upload
5245
path: ./*

0 commit comments

Comments
 (0)