You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci-tests-data/tests-ci.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ jobs:
57
57
uses: actions/setup-python@v4
58
58
with:
59
59
python-version: ${{ matrix.python-version }}
60
-
cache: pip
60
+
cache: pip# By adding cache here, you are telling actions to reuse installed dependencies rather than re-downloading and installing them each time. This speeds up your workflow
61
61
62
62
# This step and the step below are an optional steps to cache variables to make your build faster / more efficient
0 commit comments