Skip to content

Commit

Permalink
Remove actions/setup-python steps because uv run and uv sync take car…
Browse files Browse the repository at this point in the history
…e of installing python.
  • Loading branch information
foarsitter committed Sep 16, 2024
1 parent 5326812 commit 1a55a87
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
uses: astral-sh/setup-uv@v2
with:
enable-cache: "true"
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: uv sync
- name: Run tests
Expand Down Expand Up @@ -61,9 +58,6 @@ jobs:
uses: astral-sh/setup-uv@v2
with:
enable-cache: "true"
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: uv sync
- name: Docker ${{ matrix.script.name }}
Expand Down Expand Up @@ -108,9 +102,6 @@ jobs:
uses: astral-sh/setup-uv@v2
with:
enable-cache: "true"
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: uv sync
- uses: actions/setup-node@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/django-issue-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
uses: astral-sh/setup-uv@v2
with:
enable-cache: "true"
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Create Django Major Issue
run: uv run scripts/create_django_issue.py
env:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
uses: astral-sh/setup-uv@v2
with:
enable-cache: "true"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Set git details
run: |
git config --global user.name "github-actions"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
uses: astral-sh/setup-uv@v2
with:
enable-cache: "true"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Update list
run: uv run scripts/update_contributors.py
env:
Expand Down

0 comments on commit 1a55a87

Please sign in to comment.