We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9177da commit 8badf4cCopy full SHA for 8badf4c
1 file changed
.github/workflows/validate-code.yaml
@@ -87,7 +87,7 @@ jobs:
87
with:
88
python-version: ${{ matrix.python-version }}
89
run: |
90
- uv export --format=requirements.txt --all-extras --dev --group=dev > requirements.txt
+ uv export --format=requirements.txt --all-extras --dev > requirements.txt
91
pip install -r requirements.txt
92
# https://github.com/marketplace/actions/run-pytest
93
- name: perform unit tests (Python ${{ matrix.python-version }})
0 commit comments