Skip to content

Commit

Permalink
Merge pull request #424 from fluxcd/fix-workflow
Browse files Browse the repository at this point in the history
Fix Project Membership data automation
  • Loading branch information
kingdonb authored Dec 20, 2024
2 parents 716211f + df803f7 commit 505c7ea
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: pip install -r ./project/requirements.txt
- run: pip3.10 install -r ./project/requirements.txt
- run: |
./project/bin/get_maintainer_data
env:
Expand Down

0 comments on commit 505c7ea

Please sign in to comment.