Skip to content

Commit

Permalink
Fix lint not handling dependency caching correctly
Browse files Browse the repository at this point in the history
Until actions/setup-python#604 is included in a release, we will
need to specify pyproject.toml manually
  • Loading branch information
thegamecracks committed Mar 8, 2023
1 parent f7eecdb commit fbaec64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pyright-lint.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
python-version: '3.10'
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
- name: Install pyright
run: pip install pyright
- name: Install berconpy
Expand Down

0 comments on commit fbaec64

Please sign in to comment.