Skip to content

Commit 5823f8d

Browse files
committed
update dir structure
1 parent 675f5b2 commit 5823f8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Lint with flake8
3232
run: |
3333
# stop the build if there are Python syntax errors or undefined names
34-
flake8 cloudmesh --count --select=E9,F63,F7,F82 --show-source --statistics
34+
flake8 src/cloudmesh --count --select=E9,F63,F7,F82 --show-source --statistics
3535
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36-
flake8 cloudmesh --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36+
flake8 src/cloudmesh --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737
- name: Test with pytest
3838
run: |
3939
# Enable CMS Debug for testing

0 commit comments

Comments
 (0)