Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cassmasschelein committed Mar 11, 2024
1 parent 6c0ae8b commit 83c23c7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ jobs:

steps:

- name: Install cppcheck
run: |
sudo apt-get install -y cppcheck
- name: Checkout code
uses: actions/checkout@v2

- name: Checkout repository
uses: actions/checkout@v4

# Use the setup-cppcheck action to install cppcheck
- name: Install cppcheck
uses: lukka/run-cppcheck@v1

- name: Install dependencies
run: |
sudo apt-get install -y build-essential python-dev-is-python3 python3-numpy python3-pytest
Expand Down

0 comments on commit 83c23c7

Please sign in to comment.