1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Add poetry to caching dependencies package managers

The addition of `poetry` can be seen in: https://github.com/actions/setup-python#caching-packages-dependencies
This commit is contained in:
Jan Gutsche
2022-05-17 15:11:45 +02:00
committed by GitHub
parent d1a7f5f06f
commit 1a940e54bd

View File

@@ -37,7 +37,7 @@ To cache dependencies for a job, you can use {% data variables.product.prodname_
<td><a href="https://github.com/actions/setup-node#caching-global-packages-data">setup-node</a></td>
</tr>
<tr>
<td>pip, pipenv</td>
<td>pip, pipenv, poetry</td>
<td><a href="https://github.com/actions/setup-python#caching-packages-dependencies">setup-python</a></td>
</tr>
<tr>