File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 pip install -r requirements.txt
4343 pip install pytest pytest-cov flake8 black isort
4444
45+ - name : Install pygetpapers in development mode
46+ run : |
47+ pip install -e .
48+
4549 - name : Lint with flake8
4650 continue-on-error : true
4751 run : |
@@ -104,6 +108,10 @@ jobs:
104108 pip install -r requirements.txt
105109 pip install pytest-playwright
106110
111+ - name : Install pygetpapers in development mode
112+ run : |
113+ pip install -e .
114+
107115 - name : Install Playwright browsers
108116 run : |
109117 playwright install --with-deps
Original file line number Diff line number Diff line change 3535 pip install -r requirements.txt
3636 pip install pytest pytest-mock
3737
38+ - name : Install pygetpapers in development mode
39+ run : |
40+ pip install -e .
41+
3842 - name : Test Streamlit app structure
3943 run : |
4044 # Test that the main app file exists and has correct syntax
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <coverage version =" 7.9.2" timestamp =" 1751819702021 " lines-valid =" 1416" lines-covered =" 0" line-rate =" 0" branches-covered =" 0" branches-valid =" 0" branch-rate =" 0" complexity =" 0" >
2+ <coverage version =" 7.9.2" timestamp =" 1751821022900 " lines-valid =" 1416" lines-covered =" 0" line-rate =" 0" branches-covered =" 0" branches-valid =" 0" branch-rate =" 0" complexity =" 0" >
33 <!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.9.2 -->
44 <!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
55 <sources >
You can’t perform that action at this time.
0 commit comments