Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
svabra committed Jun 29, 2023
1 parent 79e249a commit ce26484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_and_packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install pytest redis
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Running all PyTests
env:
Expand Down

0 comments on commit ce26484

Please sign in to comment.