Skip to content

Commit

Permalink
Install dependencies github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NestorDP committed Aug 11, 2023
1 parent d94c983 commit 2946b5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: Update pip
run: python -m pip install --upgrade pip

- name: Install cpplint
- name: Install dependencies
run: pip install cpplint
pip install -r flake8

# - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand Down

0 comments on commit 2946b5c

Please sign in to comment.