Skip to content

Commit

Permalink
Third attempt at relying only on uv for Python install
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Dec 1, 2024
1 parent bda920a commit 6c17425
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,12 @@ jobs:
continue-on-error: ${{ matrix.state == 'unstable' }}
steps:
- uses: actions/checkout@v4.2.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
- name: Install project
run: |
uv --no-progress venv
uv --no-progress venv --python ${{ matrix.python-version }}
uv --no-progress sync --extra test
# CLI tests.
Expand Down

0 comments on commit 6c17425

Please sign in to comment.