From 2d685000c124dac73f381d33c2e8babc45d688ed Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 30 Nov 2020 12:38:54 +0100 Subject: [PATCH] adapted workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 42ed6e5..d17c500 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - name: Clone repo run: | - git clone -b dev_ver2_0 https://github.com/aceisace/Inky-Calendar Inkycal + git clone -b development https://github.com/aceisace/Inky-Calendar Inkycal - name: Install dependencies and run run: | python -m pip install --upgrade pip