Skip to content

Commit 8badf4c

Browse files
committed
fix: update 'pavelzw/pytest-action' to use uv
1 parent a9177da commit 8badf4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
python-version: ${{ matrix.python-version }}
8989
run: |
90-
uv export --format=requirements.txt --all-extras --dev --group=dev > requirements.txt
90+
uv export --format=requirements.txt --all-extras --dev > requirements.txt
9191
pip install -r requirements.txt
9292
# https://github.com/marketplace/actions/run-pytest
9393
- name: perform unit tests (Python ${{ matrix.python-version }})

0 commit comments

Comments
 (0)