Skip to content

Commit

Permalink
try disabling pip cache
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon B <[email protected]>
  • Loading branch information
yebyen committed Dec 20, 2024
1 parent 505c7ea commit ea31bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-project-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
# cache: 'pip' # caching pip dependencies
- run: pip3.10 install -r ./project/requirements.txt
- run: |
./project/bin/get_maintainer_data
Expand Down

0 comments on commit ea31bd7

Please sign in to comment.