Skip to content

Commit

Permalink
Small change to test caching workflow in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepBlockDeepak committed Apr 17, 2024
1 parent 7ac11cc commit 6678d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Cache Poetry virtual environment
# Caching dependencies in GitHub Actions workflows to reduce the time to run CI processes
# by storing parts of project environment (like dependencies) and reusing them in future runs,
# rather than reinstalling them every time.
# rather than re-installing them every time.
uses: actions/cache@v2
with:
path: ~/.cache/pypoetry/virtualenvs
Expand Down

0 comments on commit 6678d86

Please sign in to comment.