diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-03-11 19:47:29 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-03-11 19:47:29 +0100 |
commit | c8ca568998eb1e3aa9b120be6e30bcd93fc090e4 (patch) | |
tree | f86ad9d2c193c7a7c786742f751f49dd9e3582fb /.builds | |
parent | 673615267436f4dc23ed0fad2fdfef7765908d27 (diff) |
Fix package names in the CI
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/archlinux.yml | 4 | ||||
-rw-r--r-- | .builds/debian_oldstable.yml | 2 | ||||
-rw-r--r-- | .builds/debian_stable.yml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index b61d55a..487a7ef 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -8,8 +8,8 @@ packages: - python-nose - python-coverage - flake8 - - isort - - doc8 + - python-isort + - python-doc8 sources: - https://git.sr.ht/~valhalla/lesana tasks: diff --git a/.builds/debian_oldstable.yml b/.builds/debian_oldstable.yml index 86158e3..7f6731d 100644 --- a/.builds/debian_oldstable.yml +++ b/.builds/debian_oldstable.yml @@ -9,7 +9,7 @@ packages: - python3-coverage - flake8 - isort - - doc8 + - python3-doc8 sources: - https://git.sr.ht/~valhalla/lesana tasks: diff --git a/.builds/debian_stable.yml b/.builds/debian_stable.yml index 7ef54ea..78948c5 100644 --- a/.builds/debian_stable.yml +++ b/.builds/debian_stable.yml @@ -8,7 +8,7 @@ packages: - python3-nose - python3-coverage - flake8 - - doc8 + - python3-doc8 - isort sources: - https://git.sr.ht/~valhalla/lesana |