From 7b8f4700d5d133cd9db8657911d4b3b7bb9bbefe Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 14 Apr 2022 04:58:49 +0200 Subject: [PATCH] Update tests.yml --- .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 124f209..f92fedc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - name: Clone repo run: | - git clone --branch main --single-branch https://github.com/aceisace/Inkycal + git clone --branch feature/venv --single-branch https://github.com/aceisace/Inkycal - name: Install dependencies and run run: |