We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936d9dd commit f797f0aCopy full SHA for f797f0a
.github/workflows/shared.yml
@@ -53,8 +53,9 @@ jobs:
53
- name: Install the project
54
run: uv sync --frozen --all-extras --dev --python ${{ matrix.python-version }}
55
56
- - name: Install jose dependencies
57
- run: uv run --no-sync pip install python-jose types-python-jose
+ - name: Activate environment and install jose
+ run: |
58
+ uv run --no-sync python -m pip install python-jose types-python-jose
59
60
- name: Run pytest
61
run: uv run --no-sync pytest
0 commit comments