From 71bdd28177eaa1320bef54fa738dc9f8daf2af79 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 18:17:02 +0200 Subject: [PATCH] fixing actions --- .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 b8314cd..9fd6c3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: - name: Clone repo run: | - git clone --single-branch https://github.com/aceinnolab/Inkycal + git clone https://github.com/aceinnolab/Inkycal - name: Creating virtual environment generate docs and install dependencies run: |