From 321a3281a4058a84fd1fa5e48848fbb77014a9ff Mon Sep 17 00:00:00 2001 From: duibuqi Date: Wed, 10 Jan 2024 14:52:55 +0000 Subject: [PATCH] Update nPYc-test-ci-monthly.yml change develop to master (develop branch removed) --- .github/workflows/nPYc-test-ci-monthly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nPYc-test-ci-monthly.yml b/.github/workflows/nPYc-test-ci-monthly.yml index 19244f75..9fc178f3 100644 --- a/.github/workflows/nPYc-test-ci-monthly.yml +++ b/.github/workflows/nPYc-test-ci-monthly.yml @@ -22,7 +22,7 @@ jobs: run: | pip install . pip install -r requirements.txt - git clone https://github.com/phenomecentre/npc-standard-project.git --single-branch --depth 1 --branch develop ../npc-standard-project + git clone https://github.com/phenomecentre/npc-standard-project.git --single-branch --depth 1 --branch master ../npc-standard-project pip install xlrd pip install coverage pip install codecov @@ -36,4 +36,4 @@ jobs: with: flags: unittests name: codecov-umbrella - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true