Skip to content

Commit

Permalink
removed if-statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Aug 24, 2024
1 parent aa5acc8 commit 6ee95e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
path: /tmp/.uv-cache
key: uv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/uv.lock') }}
- name: Install dependencies
if: steps.cached-uv-dependencies.outputs.cache-hit != 'true'
run: |
pip install uv==0.3.2
uv venv
Expand Down

0 comments on commit 6ee95e4

Please sign in to comment.