Move checkout source further up
This commit is contained in:
@@ -23,6 +23,9 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout Source
|
||||||
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Install System Packages
|
- name: Install System Packages
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
@@ -33,9 +36,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Checkout Source
|
|
||||||
uses: actions/checkout@v5
|
|
||||||
|
|
||||||
- name: Sync UV
|
- name: Sync UV
|
||||||
run: |
|
run: |
|
||||||
uv sync --no-dev --group test
|
uv sync --no-dev --group test
|
||||||
|
|||||||
@@ -14,24 +14,14 @@ jobs:
|
|||||||
testMac:
|
testMac:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
# - name: Python Setup
|
- name: Checkout Source
|
||||||
# uses: actions/setup-python@v6
|
uses: actions/checkout@v5
|
||||||
# with:
|
|
||||||
# python-version: "3.13"
|
|
||||||
# architecture: x64
|
|
||||||
|
|
||||||
# - name: Install Packages (brew)
|
|
||||||
# run: |
|
|
||||||
# brew install enchant
|
|
||||||
|
|
||||||
- name: Install UV and Python
|
- name: Install UV and Python
|
||||||
uses: astral-sh/setup-uv@v6
|
uses: astral-sh/setup-uv@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
|
|
||||||
- name: Checkout Source
|
|
||||||
uses: actions/checkout@v5
|
|
||||||
|
|
||||||
- name: Sync UV
|
- name: Sync UV
|
||||||
run: |
|
run: |
|
||||||
uv sync --no-dev --group test --group macos
|
uv sync --no-dev --group test --group macos
|
||||||
|
|||||||
Reference in New Issue
Block a user