Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install apt packages (for debbuild)
run: sudo apt-get install debhelper dh-python python3-pytest libboost-regex-dev
run: sudo apt-get install debhelper dh-python python3-pytest libboost-regex-dev build-essential
shell: bash
- name: Install dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion problemtools/tests/test_verify_hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ def test_load_hello():
# pytest and fork don't go along very well, so just run aspects that work without run
assert p.config.check(args)
assert p.attachments.check(args)
assert p.generators.check(args)