Skip to content

Commit

Permalink
Use uv in CI over pip
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <[email protected]>
  • Loading branch information
gaborbernat committed Feb 19, 2024
1 parent 9e076a6 commit 75f75e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ jobs:
with:
python-version: "3.12"
- uses: actions/checkout@v4
- name: Install uv
run: python -m pip install uv
- name: Active uv for global env
run: echo "VIRTUAL_ENV=${Python_ROOT_DIR}" >> $GITHUB_ENV
- name: Install self
run: python -m pip install .
run: uv pip install tox-uv@.
- name: setup python for test ${{ matrix.py }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 75f75e6

Please sign in to comment.