From a1ad9945b78ff05af04825800fe4a5c641942ceb Mon Sep 17 00:00:00 2001 From: Inge Amlien Date: Tue, 28 May 2024 09:26:44 +0000 Subject: [PATCH] Check cache invalidation --- .github/workflows/test_build.yaml | 20 ++++++++++++++++++++ 3rdparty/Makefile | 2 -- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_build.yaml b/.github/workflows/test_build.yaml index 1a56b10..1148a79 100644 --- a/.github/workflows/test_build.yaml +++ b/.github/workflows/test_build.yaml @@ -53,3 +53,23 @@ jobs: run: | set -e # Enable error handling make run_dbimport + + + # test: + # needs: noas-check + # runs-on: ${{ needs.noas-check.outputs.matrix-config.os }} + # name: Test on ${{ needs.noas-check.outputs.matrix-config.os }} with R ${{ needs.noas-check.outputs.matrix-config.r }} + # steps: + # - uses: actions/checkout@v4 + + # - uses: actions/setup-python@v5 + # with: + # python-version: '3.10' + + # - name: Install dependencies + # run: | + # python -m pip install --upgrade pip + # pip install -r requirements.txt + + # - name: Run tests + # run: pytest \ No newline at end of file diff --git a/3rdparty/Makefile b/3rdparty/Makefile index 76a6366..42811d0 100644 --- a/3rdparty/Makefile +++ b/3rdparty/Makefile @@ -20,5 +20,3 @@ download: $(addsuffix _download, $(modules)) .PHONY: clean clean: $(addsuffix _clean, $(modules)) $(MAKE) -f make_rpacs.mk clean - -# Bump comment to check cache invalidation \ No newline at end of file