From 643f38f49f1a8a77b6944077a865f8b53d1b39db Mon Sep 17 00:00:00 2001 From: Kosei Kitahara Date: Fri, 1 Nov 2019 21:17:10 +0900 Subject: [PATCH] Add note for activate environment for each tasks --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 1476364..2add828 100644 --- a/examples.md +++ b/examples.md @@ -123,7 +123,7 @@ uses: actions/cache@preview ## Python - pip, virtualenv -Use with virtual environments. +If caching the virtualenv, you have to activate the environment for each tasks. ```yaml - uses: actions/cache@preview