Skip to content

Commit

Permalink
Merge branch 'main' into unpin-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
woodsp-ibm authored Aug 5, 2024
2 parents 46e5baa + e4affd4 commit e17b7d9
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 e17b7d9

Please sign in to comment.