From 00e896a353f7e9c61cd125d246cc88f26a88a846 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Mon, 22 Jul 2024 11:16:36 +0200 Subject: [PATCH] test --- .github/workflows/ci.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07a5ab57d2..70d9123d3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,20 +194,8 @@ jobs: retention-days: 30 dev-setup: - # Ref: structlog (MIT licensed) - name: "Test dev setup on ${{ matrix.os }}" - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest, windows-latest, macos-latest] - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: "3.12" - cache: pip - - run: python -Im pip install --editable .[dev] - - run: python -Ic 'import rdmo; print(rdmo.__version__)' + # Ref: https://github.com/rdmorganiser/.github/blob/main/.github/workflows/_dev.yml + uses: afuetterer/rdmo-github/.github/workflows/_dev.yml@dev-setup-workflow dependencies: name: Test installation of all dependencies