We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80a1768 + 3f40bd9 commit 8d79ec2Copy full SHA for 8d79ec2
.github/workflows/python-app.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
python-version: ${{ matrix.python-version }}
28
- name: Install apt packages (for debbuild)
29
- 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
30
shell: bash
31
- name: Install dependencies
32
run: |
problemtools/tests/test_verify_hello.py
@@ -14,4 +14,3 @@ def test_load_hello():
14
# pytest and fork don't go along very well, so just run aspects that work without run
15
assert p.config.check(args)
16
assert p.attachments.check(args)
17
- assert p.generators.check(args)
0 commit comments