Skip to content

Commit

Permalink
[ci] Use the previously built wheel for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Oct 27, 2023
1 parent ca07139 commit a9c978f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,18 @@ jobs:
# AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
# when launching pylint with python 3.12
python-version: '3.11'

- uses: actions/cache@v3
with:
path: ~/.nox
key: nox-${{ hashFiles('poetry.lock') }}

- run: pip install --upgrade nox poetry nox-poetry

# grab the previously built wheel for checking with twine
- uses: actions/download-artifact@v3
with:
name: wheel
path: dist

- run: nox -s lint

0 comments on commit a9c978f

Please sign in to comment.