Skip to content

Commit dbe4cc0

Browse files
committed
fix: remove tests requirements.txt
1 parent 96a678e commit dbe4cc0

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/test_and_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
7272
7373
- name: Install and Run Tests
7474
run: |
75-
pip install .
76-
pip install -r tests/requirements.txt
75+
pip install .[test]
7776
# Install requirements for playwright
7877
playwright install
7978
# Run the tests with coverage so we get a coverage report too

tests/requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)