Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test-migration-enriched.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
pip install coverage
# this is for account_peppol
pip install phonenumbers
pip install geoip2 google-auth
- name: Test data
run: |
if test -n "$(ls openupgrade/openupgrade_scripts/scripts/*/tests/data*.py 2> /dev/null)"; then
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/test-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ jobs:
pip install coverage
# this is for account_peppol
pip install phonenumbers
# this is for website, which is marked Done and declares geoip2.
# (Only geoip2: google-auth / python-ldap pull a newer cryptography
# that breaks the runner's pre-installed pyOpenSSL — add those only
# when cloud_storage_google / google_gmail / auth_ldap get marked.)
pip install geoip2
pip install geoip2 google-auth
- name: Test data
run: |
if test -n "$(ls openupgrade/openupgrade_scripts/scripts/*/tests/data*.py 2> /dev/null)"; then
Expand Down