Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 3ed130e

Browse files
committed
fix(ci): remove old requirements install
1 parent e0e20aa commit 3ed130e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/tests-pytest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- name: Install Python dependencies
2727
run: |
2828
pip install -e .[test]
29-
pip install -r streamlit_app/requirements.txt
3029
3130
- name: Run tests
3231
run: ./tests/pytest/run.sh

0 commit comments

Comments
 (0)