Skip to content

Commit

Permalink
Exacute install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pehrsoderman committed Jun 18, 2024
1 parent 87f89af commit 8f86021
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
with:
packages: debhelper (>= 8.0.0) dh-python python3-pytest libboost-regex-dev
version: 1.0
execute_install_scripts: true
- name: Install apt packages
run: apt-get install debhelper (>= 8.0.0) dh-python python3-pytest libboost-regex-dev
shell: bash
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8f86021

Please sign in to comment.