diff options
Diffstat (limited to '.github/workflows/scripts')
| -rw-r--r-- | .github/workflows/scripts/can_install.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/scripts/can_install.py b/.github/workflows/scripts/can_install.py index 61685d978..ecb24b562 100644 --- a/.github/workflows/scripts/can_install.py +++ b/.github/workflows/scripts/can_install.py @@ -1,4 +1,5 @@ import sys + from packaging import tags to_check = "--" |
