Skip to content

Commit

Permalink
Finish converting CI to use uv.
Browse files Browse the repository at this point in the history
Fixes #1210
  • Loading branch information
mblayman committed Sep 13, 2024
1 parent f03a064 commit 5451664
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ jobs:
- name: Set up Python
run: uv python install

# - name: Set up Python
# uses: actions/setup-python@v2
# with:
# python-version: '3.12'
# architecture: 'x64'
# cache: 'pip'
# cache-dependency-path: 'requirements*.txt'

# - name: Install packages
# run: pip install -r requirements.txt -r requirements-dev.txt
#
- name: Install the project
run: uv sync --all-extras --dev

Expand Down

0 comments on commit 5451664

Please sign in to comment.