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

Testflows -> Pytest #454

Merged
merged 14 commits into from
Oct 2, 2024
Prev Previous commit
Next Next commit
Update Linux CI
slvrtrn committed Sep 16, 2024
commit e334065c657c1c018252e8101d452a9f62eed100
11 changes: 6 additions & 5 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
@@ -30,12 +30,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
odbc_provider: [UnixODBC, iODBC]
compiler: [Clang, GCC]
build_type: [Debug, Release]
odbc_provider: [UnixODBC]
compiler: [Clang]
build_type: [Debug]
architecture: [x86_64]
runtime_link: [static-runtime, dynamic-runtime]
third_parties: [bundled-third-parties, system-third-parties]
runtime_link: [static-runtime]
third_parties: [system-third-parties]
# exclude:
# - os: ubuntu-18.04
# compiler: Clang
@@ -200,6 +200,7 @@ jobs:
EOF

- name: Prepare Python dependencies
working-directory: test
run: |
pip install -r requirements.txt