Skip to content

Commit

Permalink
CI: fix pixi syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Sep 20, 2024
1 parent b75a569 commit da635ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: python -m pip install .[test]

- name: Test package
run: pixi run test-ci -e dev
run: pixi run -e test test-ci

- name: Upload coverage report
uses: codecov/[email protected]
Expand Down

0 comments on commit da635ca

Please sign in to comment.