Skip to content

Commit

Permalink
use ryvencore main branch for type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-thomm committed May 20, 2024
1 parent 8a1c52f commit 7d43ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/type-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
python-version: 3.10.x
architecture: x64
# if we are not on the main branch, install ryvencore from the dev branch from github
# otherise, install ryvencore from pypi
# otherise, install ryvencore from the main branch from github
- if: github.ref != 'refs/heads/main'
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
run: python -m pip install git+https://github.com/leon-thomm/ryvencore.git@main
- name: Install ryvencore-qt dependencies
run: python -m pip install . --user && python -m pip uninstall ryvencore-qt --yes
working-directory: ./ryvencore-qt
Expand Down

0 comments on commit 7d43ae2

Please sign in to comment.