Skip to content

Commit

Permalink
Don't test 3.7 and fix ctags pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Jun 23, 2024
1 parent b4bbac8 commit 21995aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
python: "3.7"
experimental: false
- os: ubuntu-20.04
python: "3.8"
experimental: false
Expand Down Expand Up @@ -44,7 +41,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt install ctags
sudo apt install exuberant-ctags
make develop
- name: Run tests
Expand Down

0 comments on commit 21995aa

Please sign in to comment.