Skip to content

Commit e3e685b

Browse files
committed
remove aborted npm cache step
1 parent 0316e1f commit e3e685b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
${{ env.CACHE_EPOCH }}-${{ runner.os }}-pip-build-${{ hashFiles('setup.py', 'pyproject.toml') }}
4040
restore-keys: |
4141
${{ env.CACHE_EPOCH }}-${{ runner.os }}-pip-build-
42-
${{ env.CACHE_EPOCH }}-${{ runner.os }}-pip-build-
43-
- name: Cache npm packages
4442
- name: Install installation dependencies
4543
run: |
4644
set -eux

0 commit comments

Comments
 (0)