Skip to content

Commit

Permalink
scope versions of test libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jan 23, 2025
1 parent 3ad73b0 commit 597b641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python -m build
- name: Test with pytest
run: |
pip install playwright pytest-playwright pytest pytest-github-actions-annotate-failures pytest-cov
pip install playwright==1.41.1 pytest-playwright==0.6.2 pytest==8.0.1 pytest-github-actions-annotate-failures pytest-cov==4.1.0
playwright install chromium firefox
pytest --cov=streamlit_pdf_viewer --cov-report xml
- name: Coveralls
Expand Down

0 comments on commit 597b641

Please sign in to comment.