Skip to content

Commit

Permalink
📝 Updates GHA to run uv and to use our utility service
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed May 26, 2024
1 parent 9603594 commit e7c5215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "django<5.0"
python -m pip install --upgrade pip uv
python -m uv pip install --system "django<5.0"
- name: Create a project based on our settings
run: |
Expand All @@ -47,4 +47,4 @@ jobs:
- name: Docker - Test generated starter project
run: |
cd test_project
docker compose run --rm web pytest
docker compose run --rm utility pytest

0 comments on commit e7c5215

Please sign in to comment.