Skip to content

Commit

Permalink
ci: Update codebase paths in workflows for the src-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gfieni committed Nov 22, 2023
1 parent 03c85b6 commit ab79610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Lint with flake8
run: |
flake8 --count --show-source --statistics powerapi/ tests/
flake8 --count --show-source --statistics src/ tests/
- name: Static code analysis with pylint
run: |
pylint powerapi/ tests/
pylint src/ tests/
- name: Test with pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check PowerAPI package version
shell: python
env:
PYTHONPATH: ${{ github.workspace }}
PYTHONPATH: ${{ github.workspace }}/src
run: |
import os
import sys
Expand Down

0 comments on commit ab79610

Please sign in to comment.