Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Jan 29, 2024
1 parent 4af89ef commit 9c45e17
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:

- name: Install dependencies
run: |
apt-get install redis-server
python -m pip install --upgrade pip
pip install pytest
sudo apt-get install redis-server
sudo python -m pip install --upgrade pip
sudo pip install pytest
sudo pip3 install -r requirements.txt
- name: Test with pytest
run: |
cd tests
pytest -v
sudo pytest -v

0 comments on commit 9c45e17

Please sign in to comment.