Skip to content

Commit

Permalink
Update actions cache (#3768)
Browse files Browse the repository at this point in the history
* Update key/restore keys

* oops

* drop env.cache-name

Co-authored-by: DidierRLopes <[email protected]>
  • Loading branch information
jmaslek and DidierRLopes authored Dec 13, 2022
1 parent 45b4543 commit 5a43a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-v1-linting
restore-keys: ${{ runner.os }}-v1-linting
key: ${{ runner.os }}-linting-${{ hashFiles('**/poetry.lock') }}
restore-keys: ${{ runner.os }}-linting-${{ hashFiles('**/poetry.lock') }}

- run: pip install bandit black codespell flake8 mypy==0.982 pyupgrade safety pylint==2.15.2 packaging==22
- run: pip install types-pytz types-requests types-termcolor types-tabulate types-PyYAML types-python-dateutil types-setuptools types-six
Expand Down

0 comments on commit 5a43a2a

Please sign in to comment.