Skip to content

Commit

Permalink
updated uv version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Aug 24, 2024
1 parent 415e0ff commit aa5acc8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# - name: Install Poetry
# uses: snok/install-poetry@v1
# with:
# virtualenvs-create: true
# virtualenvs-in-project: true
# installer-parallel: true
- name: Load cached venv
id: cached-uv-dependencies
uses: actions/cache@v4
Expand All @@ -43,7 +37,7 @@ jobs:
- name: Install dependencies
if: steps.cached-uv-dependencies.outputs.cache-hit != 'true'
run: |
pip install uv==0.3.1
pip install uv==0.3.2
uv venv
source .venv/bin/activate
uv sync
Expand Down

0 comments on commit aa5acc8

Please sign in to comment.