Skip to content

Commit

Permalink
Adds proxr_protocol installation to tests is github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ukurumbail committed Aug 15, 2023
1 parent 2ccb526 commit 39e878e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip!=22.1.*
python -m pip install --upgrade mypy
python -m pip install proxr_protocol
python -m pip install .
- name: Run mypy
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-entry-points.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip!=22.1.*
python -m pip install --upgrade wheel setuptools
python -m pip install proxr_protocol
python -m pip install --upgrade .
- name: Run entry points
run: |
Expand Down

0 comments on commit 39e878e

Please sign in to comment.