Skip to content

Commit

Permalink
Merge pull request #425 from fluxcd/fix-workflow
Browse files Browse the repository at this point in the history
Try disabling pip cache
  • Loading branch information
kingdonb authored Dec 20, 2024
2 parents 505c7ea + ea31bd7 commit e3be9af
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 e3be9af

Please sign in to comment.