From 051d8e3b6e6988f5817ee8b294f001c6bff7a65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 16 Mar 2023 18:39:43 +0100 Subject: [PATCH] CI: clone specific commit of m-unit-tests repository since HEAD is no longer compatible --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cafff1d..4580b0a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MATLAB ?= matlab all: check-octave check-matlab m-unit-tests/src/mtest.m: - git clone https://git.dynare.org/Dynare/m-unit-tests + git clone https://git.dynare.org/Dynare/m-unit-tests && cd m-unit-tests && git checkout 343d9e13654a07c348fad863f7f79a03896c6bc9 check-octave: m-unit-tests/src/mtest.m @cd tests ;\ -- GitLab