Skip to content

Commit

Permalink
Merge pull request #426 from fluxcd/fix-workflow
Browse files Browse the repository at this point in the history
Fix python workflow
  • Loading branch information
kingdonb authored Dec 20, 2024
2 parents e3be9af + ff9a0cc commit e3ac46a
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 @@ -16,7 +16,7 @@ jobs:
with:
python-version: '3.10'
# cache: 'pip' # caching pip dependencies
- run: pip3.10 install -r ./project/requirements.txt
- run: python3.10 -m pip install -r ./project/requirements.txt
- run: |
./project/bin/get_maintainer_data
env:
Expand Down

0 comments on commit e3ac46a

Please sign in to comment.