Skip to content

Commit e216f89

Browse files
committed
i re added the requirements.txt even though they are already there
1 parent b2c38ec commit e216f89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unit-sec-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Install dependencies
16-
run: pip install -r requirements.txt
16+
run: |
17+
pwd
18+
pip install -r requirements.txt
19+
1720

1821
- name: Run tests
1922
run: pytest tests/

0 commit comments

Comments
 (0)