Skip to content

Commit 2eadd65

Browse files
committed
fixing bugs
1 parent 0bd3a01 commit 2eadd65

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
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

.github/workflows/streamlit-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
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

coverage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

0 commit comments

Comments
 (0)