Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Sep 10, 2024
1 parent c6ade4f commit 1ce2b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
cd kuksa-client
pip install -r requirements.txt -e .
pip install -r test-requirements.txt
pip install -r test-requirements.txt -e .
- name: Run tests
run: |
cd kuksa-client
Expand Down

0 comments on commit 1ce2b2d

Please sign in to comment.