Skip to content

Commit

Permalink
Add ctags installation step to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Younis-Ahmed committed Feb 24, 2024
1 parent 0314795 commit a903874
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint pycodestyle colorama pytest pytest-mock
- name: Install ctags
run: sudo apt-get update && sudo apt-get install -y exuberant-ctags
- name: Create test-results directory
run: mkdir -p test-results
- name: Test with pytest
Expand Down

0 comments on commit a903874

Please sign in to comment.