Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1d3e33

Browse files
authored
Usar cache para dependencias (#2369)
La acción que instala python en GutHub Actions puede crear un caché conlas dependencias instaladas durante una corrida. Usar este cache deberíahacer que nuestros tests en CI corran más rápido.
1 parent8a5d819 commitc1d3e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses:actions/setup-python@v4
1717
with:
1818
python-version:"3.11"
19+
cache:"pip"
1920
-name:Sincronizar con CPython
2021
run:|
2122
git submodule update --init --depth=1 cpython

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp