Skip to content

Commit

Permalink
pin pip for "pip check"
Browse files Browse the repository at this point in the history
  • Loading branch information
t-imamichi committed Aug 5, 2024
1 parent dd2ba85 commit a26b25b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ jobs:
pip install pyenchant
echo "earliest_version: 0.1.0" >> releasenotes/config.yaml
shell: bash
- run: pip check
- name: Run pip check
run: |
pip install "pip<24.2"
pip check
if: ${{ !cancelled() }}
shell: bash
- name: Copyright Check
Expand Down

0 comments on commit a26b25b

Please sign in to comment.