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: ...@@ -19,10 +19,8 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.8.12" python-version: "3.8.12"
- uses: actions/cache@v2 cache: "pip"
with: cache-dependency-path: pyproject.toml
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install isort black 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