Skip to content

Commit

Permalink
Fix-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 committed May 24, 2023
1 parent fcc39e8 commit 17b999e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ jobs:
python -m pip install --upgrade -r build/test-requirements.txt
- name: Run Pyright
version: 1.1.308
uses: jakebailey/pyright-action@v1
with:
version: 1.1.308
working-directory: 'pythonFiles'

### Non-smoke tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
python -m pip install --upgrade -r build/test-requirements.txt
- name: Run Pyright
version: 1.1.308
uses: jakebailey/pyright-action@v1
with:
version: 1.1.308
working-directory: 'pythonFiles'

### Non-smoke tests
Expand Down

0 comments on commit 17b999e

Please sign in to comment.