Skip to content

Commit

Permalink
Set test configuration for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 29, 2024
1 parent 47d020b commit 1c6c9c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,5 @@ jobs:
run: pixi run -e ${{ matrix.environment }} python -m pip install 'dist\*.whl'
- name: Test
run: pixi run -e ${{ matrix.environment }} pytest -sv
env:
TURBODBC_TEST_CONFIGURATION_FILES: "tests/query_fixtures_mssql.json"

0 comments on commit 1c6c9c0

Please sign in to comment.