Skip to content

Commit 8d79ec2

Browse files
authored
Merge pull request #288 from gkreitz/add_missing_dependency
Fix CI tests
2 parents 80a1768 + 3f40bd9 commit 8d79ec2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install apt packages (for debbuild)
29-
run: sudo apt-get install debhelper dh-python python3-pytest libboost-regex-dev
29+
run: sudo apt-get install debhelper dh-python python3-pytest libboost-regex-dev build-essential
3030
shell: bash
3131
- name: Install dependencies
3232
run: |

problemtools/tests/test_verify_hello.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ def test_load_hello():
1414
# pytest and fork don't go along very well, so just run aspects that work without run
1515
assert p.config.check(args)
1616
assert p.attachments.check(args)
17-
assert p.generators.check(args)

0 commit comments

Comments
 (0)