Move checkout source further up

This commit is contained in:
Veronica Berglyd Olsen
2025-10-18 18:25:01 +02:00
parent 7a9464c592
commit 177d39c2a3
2 changed files with 5 additions and 15 deletions
+3 -3
View File
@@ -23,6 +23,9 @@ jobs:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v5
- name: Install System Packages
run: |
sudo apt update
@@ -33,9 +36,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Checkout Source
uses: actions/checkout@v5
- name: Sync UV
run: |
uv sync --no-dev --group test
+2 -12
View File
@@ -14,24 +14,14 @@ jobs:
testMac:
runs-on: macos-latest
steps:
# - name: Python Setup
# uses: actions/setup-python@v6
# with:
# python-version: "3.13"
# architecture: x64
# - name: Install Packages (brew)
# run: |
# brew install enchant
- name: Checkout Source
uses: actions/checkout@v5
- name: Install UV and Python
uses: astral-sh/setup-uv@v6
with:
python-version: "3.13"
- name: Checkout Source
uses: actions/checkout@v5
- name: Sync UV
run: |
uv sync --no-dev --group test --group macos