Skip to content

Commit

Permalink
uv is fast, remove separate dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
knyghty committed Sep 22, 2024
1 parent 806a26c commit 120b509
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@ on:
- main

jobs:
dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version: "3.12"
- name: Install uv
run: pip install uv
- name: Install dependencies
run: uv pip install --system -r requirements.txt

deploy:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 120b509

Please sign in to comment.