We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b2681 commit 4fdb3c2Copy full SHA for 4fdb3c2
1 file changed
.github/workflows/CI.yml
@@ -56,7 +56,7 @@ jobs:
56
- uses: actions/checkout@v4
57
- name: "Install Jupyter"
58
run: |
59
- if (( $(echo "$(pip --version | awk '{print $2}') >= 23.1" |bc -l) )); then
+ if (( $(echo "$(pip --version | awk '{print $2}' | cut -d'.' -f 1,2) >= 23.1" |bc -l) )); then
60
FLAG='--break-system-packages'
61
else
62
FLAG=''
0 commit comments