We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71774b7 commit e502fe4Copy full SHA for e502fe4
.github/workflows/test.ubuntu.yml
@@ -30,7 +30,7 @@ jobs:
30
# environment-file: ./environment.yaml
31
# python-version: ${{ matrix.python-version }}
32
33
- - run: make uv_env python_version=${{ matrix.python-version }}
+ - run: make env_uv python_version=${{ matrix.python-version }}
34
35
# - run: pip install . -v
36
- run: make test
0 commit comments