Skip to content

Commit

Permalink
add type checking to CI (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-thomm committed May 19, 2024
1 parent f5f78fe commit dea34d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/type-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dea34d9

Please sign in to comment.