Skip to content

Commit

Permalink
hotfix GitHub workflow 4
Browse files Browse the repository at this point in the history
  • Loading branch information
antjes88 committed Nov 9, 2023
1 parent 114475c commit 8ab6919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f cloud_function/requirements.txt ]; then pip install -r cloud_function/requirements.txt; fi
python -m pip install pytest==7.4.3
python -m pip install python-dotenv==0.14.0
- name: Test with pytest
Expand Down

0 comments on commit 8ab6919

Please sign in to comment.