Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Oct 29, 2024
1 parent 3155c3f commit f443969
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
steps:
- name: Checkout branch
uses: actions/checkout@v4
with:
- name: Set up pixi
uses: prefix-dev/[email protected]
with:
Expand All @@ -77,4 +76,4 @@ jobs:
shell: bash -l {0}
run: |
pixi run -e ${{ matrix.env }} postinstall
pixi run -e ${{ martix.env }} pytest --backend=mssql tests/integration
pixi run -e ${{ matrix.env }} pytest --backend=mssql tests/integration

0 comments on commit f443969

Please sign in to comment.