Commit 8431ea9 1 parent eb9cdc7 commit 8431ea9 Copy full SHA for 8431ea9
File tree 2 files changed +3
-16
lines changed
2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/checkout@v2
11
11
- uses : actions/setup-python@v2
12
- - uses : pre-commit/action@v2.0.2
12
+ - uses : pre-commit/action@v2.0.3
Original file line number Diff line number Diff line change 26
26
uses : actions/setup-python@v2
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
-
30
- - name : Get pip cache dir
31
- id : pip-cache
32
- run : |
33
- echo "::set-output name=dir::$(pip cache dir)"
34
-
35
- - name : Cache
36
- uses : actions/cache@v2
37
- with :
38
- path : ${{ steps.pip-cache.outputs.dir }}
39
- key :
40
- ${{ matrix.os }}-${{ matrix.python-version }}-v1-${{
41
- hashFiles('**/setup.py') }}
42
- restore-keys : |
43
- ${{ matrix.os }}-${{ matrix.python-version }}-v1-
29
+ cache : pip
30
+ cache-dependency-path : " setup.py"
44
31
45
32
- name : Install dependencies
46
33
run : |
You can’t perform that action at this time.
0 commit comments