We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9ee4c commit f13ff9aCopy full SHA for f13ff9a
.github/workflows/tester.yml
@@ -15,15 +15,10 @@ jobs:
15
- name: Install dependencies
16
run: |
17
python -m pip install --upgrade pip
18
- pip install django djangorestframework pytest pytest-django
+ pip install django djangorestframework requests pytest pytest-django
19
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
20
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
+ - name: Create symbolic link for trivia_service
27
28
cd guessquest/games
29
ln -sf ../guessquest/trivia_service.py trivia_service.py
0 commit comments