We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21db7cf commit 5011407Copy full SHA for 5011407
.github/workflows/project_euler.yml
@@ -26,10 +26,10 @@ jobs:
26
steps:
27
- uses: actions/checkout@v2
28
- uses: actions/setup-python@v2
29
- - name: Install pytest
+ - name: Install pytest and requests
30
run: |
31
python -m pip install --upgrade pip
32
- python -m pip install --upgrade pytest
+ python -m pip install --upgrade pytest requests
33
- run: pytest scripts/validate_solutions.py
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments