From f7875ee869a5db4dda03b8de0861ef433b94e149 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 14 Apr 2022 04:58:26 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4657c25..124f209 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,14 +9,14 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Set up Python 3.10.2 + - name: Set up Python 3.10 uses: actions/setup-python@v1 with: - python-version: 3.10.2 + python-version: 3.10 - name: Clone repo run: | - git clone https://github.com/aceisace/Inkycal + git clone --branch main --single-branch https://github.com/aceisace/Inkycal - name: Install dependencies and run run: |