We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab1d4e commit 2b0b8d7Copy full SHA for 2b0b8d7
.github/workflows/conda-test.yml
@@ -9,7 +9,7 @@ on:
9
- dev
10
11
jobs:
12
- test:
+ conda:
13
runs-on: ubuntu-latest
14
defaults:
15
run:
.github/workflows/pip-test.yml
+ pip:
strategy:
matrix:
.github/workflows/uv-test.yml
+ uv:
0 commit comments