We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348e6d7 commit ac8a061Copy full SHA for ac8a061
.github/workflows/ci.yml
@@ -6,6 +6,7 @@ on:
6
jobs:
7
run-tests:
8
runs-on: ubuntu-latest
9
+ name: pixi tests
10
steps:
11
- uses: actions/checkout@v4
12
- name: Run tests
@@ -15,7 +16,7 @@ jobs:
15
16
cache: true
17
auth-host: prefix.dev
18
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- run: pixi run test
19
+ - run: pixi run test
20
- name: Run Coverage
21
run: |
22
pixi run -e tests coverage run -m pytest tests/
0 commit comments