1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 19:46:17 +02:00

Add note for activate environment for each tasks

This commit is contained in:
Kosei Kitahara 2019-11-01 21:17:10 +09:00
parent 221ee97c63
commit 643f38f49f
No known key found for this signature in database
GPG key ID: D18883191F02241B

View file

@ -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