Skip to content

Commit

Permalink
fix: rollback action poetry (#2891)
Browse files Browse the repository at this point in the history
It seems that the version v4 has been deleted, we are rolling back to v3.
  • Loading branch information
thomaspoignant authored Jan 10, 2025
1 parent bc94e84 commit c815c48
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 @@ -181,7 +181,7 @@ jobs:
python-version: 3.9
- name: Setup Poetry
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: abatilo/actions-poetry@v4
uses: abatilo/actions-poetry@v3
- name: Poetry install
if: steps.changed-files-specific.outputs.any_changed == 'true'
working-directory: ./openfeature/providers/python-provider
Expand Down

0 comments on commit c815c48

Please sign in to comment.