Skip to content

Commit 2b20c23

Browse files
cclausspeterbarker
authored andcommitted
.github: Drop the unused and unupdated dependency popen
1 parent 1ddb529 commit 2b20c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_scripts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
with:
3131
python-version: '3.12'
3232
cache: 'pip' # caching pip dependencies
33-
pip-install: flake8 lxml popen pexpect
33+
pip-install: flake8 lxml pexpect
3434

35-
- name: Install checker stuffs
35+
- name: Install astyle
3636
shell: bash
3737
run: |
3838
sudo apt-get update

0 commit comments

Comments
 (0)