Skip to content

Commit f13ff9a

Browse files
authored
Update tester.yml
1 parent fb9ee4c commit f13ff9a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/tester.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip
18-
pip install django djangorestframework pytest pytest-django
18+
pip install django djangorestframework requests pytest pytest-django
1919
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2020
21-
- name: Check file structure
22-
run: |
23-
ls -la guessquest/guessquest/
24-
ls -la guessquest/games/
25-
26-
- name: Create symbolic link or adjust imports
21+
- name: Create symbolic link for trivia_service
2722
run: |
2823
cd guessquest/games
2924
ln -sf ../guessquest/trivia_service.py trivia_service.py

0 commit comments

Comments
 (0)