Skip to content

Commit 9ee9380

Browse files
committed
Without pip install
1 parent 8b3de98 commit 9ee9380

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/cache-pip.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Test pip cache
33
on:
44
workflow_dispatch:
55
push:
6+
67

78
jobs:
89
test-cache:

.github/workflows/cache-pipenv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test pipenv cache
22

33
on:
44
workflow_dispatch:
5-
push:
5+
# push:
66

77
jobs:
88
test-cache:

.github/workflows/cache-poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test poetry cache
22

33
on:
44
workflow_dispatch:
5-
push:
5+
# push:
66

77
jobs:
88
test-cache:

0 commit comments

Comments
 (0)