We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0040046 commit f59d5efCopy full SHA for f59d5ef
1 file changed
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Repository checkout
21
uses: actions/checkout@v2
22
- name: Install dependencies
23
- run: sudo apt -y install binutils python3-pytest python3-simplejson devscripts
+ run: sudo apt -y update && sudo apt -y install binutils python3-pytest python3-simplejson devscripts
24
- name: Run python tests
25
run: python3 -m pytest -v
26
- name: Run shell tests
0 commit comments