Unverified Commit 59c88c62 authored by Saurav Maheshkar's avatar Saurav Maheshkar Committed by GitHub
Browse files

feat(ci): switch caching to `actions/setup-python@v4` (#149)

parent df74091c
......@@ -19,10 +19,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.8.12"
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
cache: "pip"
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
pip install isort black
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment