Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Nov 4, 2024
1 parent 322e9e7 commit a8e5241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run unit tests
run: |
pixi run -e ${{ matrix.env }} postinstall
pixi run -e ${{ matrix.env }} pytest test/unit
pixi run -e ${{ matrix.env }} pytest tests/unit
linux-integration_tests-sqlserver:
name: "Integration tests"
Expand Down

0 comments on commit a8e5241

Please sign in to comment.