Skip to content

Commit 544b69f

Browse files
committed
dark magic dark MAGIC
1 parent 5173c64 commit 544b69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: 3.8
2020

2121
- uses: actions/cache@v3
22-
id: cache
22+
id: pip-cache
2323
with:
2424
path: ~/.cache/pip
2525
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dev dependencies
3030
run: |
3131
python -m pip install -e .[dev]
32-
if: steps.cache.outputs.cache-hit != 'true'
32+
if: steps.pip-cache.outputs.cache-hit != 'true'
3333

3434
- name: Check formatting with black
3535
run: |

0 commit comments

Comments
 (0)