Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix os and pyodbc versions for github action #909

Commits on Dec 6, 2022

  1. Fix os and pyodbc versions for github action

    The Github Actions for Python Framework and Upgrade Validation
    framework started Failing Due to new release of Pyodbc. There is
    a diff in expected output file due to this version Change More
    details about the issue can be found here - mkleehammer/pyodbc#1082
    
    We're running the github actions on ubuntu-latest. Previously, it
    was ubuntu-20.04, but in any recently created fork, it's pointing
    to ubuntu-22.04. This is causing dependency/build failure in the
    github actions running in the fork. So, let's fix the os version.
    
    Task: BABEL-OSS
    Signed-off-by: Rishabh Tanwar <ritanwar@amazon.com>
    HarshLunagariya authored and ritanwar committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    749d538 View commit details
    Browse the repository at this point in the history