From dea34d9634eb556ae9ba289189f504a311e0b019 Mon Sep 17 00:00:00 2001 From: Leon Thomm Date: Sun, 19 May 2024 15:36:35 +0200 Subject: [PATCH] add type checking to CI (7) --- .github/workflows/type-checking.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/type-checking.yml b/.github/workflows/type-checking.yml index 8d6a7169..195838ac 100644 --- a/.github/workflows/type-checking.yml +++ b/.github/workflows/type-checking.yml @@ -20,7 +20,7 @@ jobs: # if we are not on the main branch, install ryvencore from the dev branch from github # otherise, install ryvencore from pypi - if: github.ref != 'refs/heads/main' - run: python -m pip install git+https://github.com/leon-thomm/ryvencore/tree/dev + run: python -m pip install git+https://github.com/leon-thomm/ryvencore.git@dev - if: github.ref == 'refs/heads/main' run: python -m pip install ryvencore - name: Install ryvencore-qt dependencies