Skip to content

Commit

Permalink
The analysis files changed with the change to pyproject.toml. (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbassett-tibco committed Jan 11, 2024
1 parent 3d929f4 commit f8bb3ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: analysis-files
path: |
pylintrc
requirements_lint.txt
path: 'pyproject.toml'
- name: Dynamic Elements
id: dynamic
run: |
Expand Down Expand Up @@ -159,4 +157,5 @@ jobs:
pip install `ls dist/*.whl`[lint]
- name: Static Analysis with pylint
run: |
cd analysis-files
pylint spotfire

0 comments on commit f8bb3ef

Please sign in to comment.