Skip to content

Commit

Permalink
fix(github): use own setup action fork until master is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zyv committed Apr 28, 2024
1 parent c23d339 commit b81d855
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 @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python and Poetry
uses: moneymeets/action-setup-python-poetry@master
uses: zyv/action-setup-python-poetry@feature/separate-python-setup

- name: Run linter
run: |
Expand Down

0 comments on commit b81d855

Please sign in to comment.