Skip to content

Commit

Permalink
gh actions: no need for python anymore, we're fully hermetic
Browse files Browse the repository at this point in the history
Change-Id: I5afb3f6ccfd2b9c3f72491e5b213d2bfb7986c79
  • Loading branch information
TimotheusBachinger committed Jan 16, 2025
1 parent 3b09e47 commit 1a1248c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ jobs:
echo "UV_CACHE_DIR=$HOME/.cache/uv" >> $GITHUB_ENV
- name: Checkout Repository
uses: actions/checkout@v3
- name: Parse Python version from defines.make
run: |
echo "PYTHON_VERSION=$(make --no-print-directory --file=defines.make print-PYTHON_VERSION)" >> $GITHUB_ENV
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Cache uv
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 1a1248c

Please sign in to comment.