Skip to content

Commit

Permalink
build: simplify requirements documents
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 25, 2024
1 parent 4a7ecf7 commit ddf2acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install requirements
run: |
pip install wheel uv
uv pip install --system -r requirements/requirements_tox.txt tox-uv
uv pip install --system -r requirements-dev.txt tox-uv
- uses: actions/github-script@v6
id: tox-env
with:
Expand Down

0 comments on commit ddf2acf

Please sign in to comment.