From 5f21a524e40b5de10ee8f32a05e55e6bc3dc8f3d Mon Sep 17 00:00:00 2001 From: eachermann Date: Thu, 18 Jun 2026 11:28:53 +0200 Subject: [PATCH] Change pipeline to extended branch --- .github/workflows/fp-arena-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fp-arena-ci.yml b/.github/workflows/fp-arena-ci.yml index c91c7a8..1410aaf 100644 --- a/.github/workflows/fp-arena-ci.yml +++ b/.github/workflows/fp-arena-ci.yml @@ -22,14 +22,14 @@ jobs: with: path: fp-arena - # DaCe is pulled from the yakup/dev branch, with submodules (the runtime + # DaCe is pulled from the extended branch, with submodules (the runtime # headers FP-Arena's generated code includes -- e.g. moodycamel -- live in # DaCe git submodules and a plain pip-from-git install would miss them). - - name: Checkout DaCe (yakup/dev) + - name: Checkout DaCe (extended) uses: actions/checkout@v4 with: repository: spcl/dace - ref: yakup/dev + ref: extended submodules: recursive path: dace @@ -44,7 +44,7 @@ jobs: # generated maps use OpenMP (libgomp). sudo apt-get install -y cmake ninja-build gcc g++ libgomp1 - - name: Install DaCe (yakup/dev) and FP-Arena + - name: Install DaCe (extended) and FP-Arena run: | rm -f ~/.dace.conf python -m pip install --upgrade pip