Skip to content

Commit

Permalink
ci: fix pyodbc install failure (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 15, 2023
1 parent 5b50d42 commit 57e9d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y python-dev libldap2-dev libsasl2-dev libssl-dev freetds-bin unixodbc-dev tdsodbc
sudo apt-get install -y python-dev libldap2-dev libsasl2-dev libssl-dev freetds-bin unixodbc-dev=2.3.7 tdsodbc
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
Expand Down

0 comments on commit 57e9d10

Please sign in to comment.