Skip to content

Commit 1077a71

Browse files
committed
im giving up on my dreams
1 parent 544b69f commit 1077a71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

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

2121
- uses: actions/cache@v3
22-
id: pip-cache
2322
with:
2423
path: ~/.cache/pip
2524
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
@@ -29,7 +28,7 @@ jobs:
2928
- name: Install dev dependencies
3029
run: |
3130
python -m pip install -e .[dev]
32-
if: steps.pip-cache.outputs.cache-hit != 'true'
31+
if: steps.cache.outputs.cache-hit != 'true'
3332

3433
- name: Check formatting with black
3534
run: |
@@ -48,7 +47,7 @@ jobs:
4847
runs-on: ubuntu-latest
4948

5049
steps:
51-
- uses: actions/checkout@v1
50+
- uses: actions/checkout@v2
5251
with:
5352
fetch-depth: 1
5453

0 commit comments

Comments
 (0)