Skip to content

Commit

Permalink
Add conda based psqlodbc
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 28, 2024
1 parent ad9270a commit b522f6b
Show file tree
Hide file tree
Showing 3 changed files with 3,953 additions and 3,119 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
ls -l $(python3 -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')
python -c 'import turbodbc'
export ODBCSYSINI=$(pwd)/odbc_test_linux
sed -i "s;CONDA_PREFIX;${CONDA_PREFIX};g" odbc_test_linux/odbcinst.ini
pytest
macos-tests:
runs-on: macos-latest
Expand Down
Loading

0 comments on commit b522f6b

Please sign in to comment.