Petzys commited on
Commit
5cddc27
·
1 Parent(s): 25529f3

refactor: more dependencies, file movement

Browse files
.github/workflows/test_sync.yml CHANGED
@@ -22,7 +22,7 @@ jobs:
22
  python-version: 3.11.5
23
 
24
  - name: Install dependencies
25
- run: pip install pytest
26
 
27
  - name: Test code
28
  id: test
 
22
  python-version: 3.11.5
23
 
24
  - name: Install dependencies
25
+ run: pip install pytest && pip install -r requirements.txt
26
 
27
  - name: Test code
28
  id: test
test/test_app.py DELETED
File without changes
test/test_hello.py → test_hello.py RENAMED
File without changes