We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00aaa16 commit 17e3508Copy full SHA for 17e3508
1 file changed
.github/workflows/validate-code.yaml
@@ -83,9 +83,9 @@ jobs:
83
python-version: ${{ matrix.python-version }}
84
- name: install uv
85
uses: astral-sh/setup-uv@v7
86
- - name: install dependencies
87
with:
88
+ - name: install dependencies
89
run: |
90
uv export --format=requirements.txt --all-extras --dev > requirements.txt
91
pip install -r requirements.txt
0 commit comments