Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno authored Dec 15, 2024
1 parent 76ae014 commit eef8076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:
- name: Install prerequisites for running tests
run: |
sudo apt-get update -y
sudo apt-get install -y python3 pytest
sudo apt-get install -y python3 python3-pytest
python3 -m pip install --user pytest-report-md
- name: Run suite
Expand Down

0 comments on commit eef8076

Please sign in to comment.