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/archlinux.yml | |
parent | 673615267436f4dc23ed0fad2fdfef7765908d27 (diff) |
Fix package names in the CI
Diffstat (limited to '.builds/archlinux.yml')
-rw-r--r-- | .builds/archlinux.yml | 4 |
1 files changed, 2 insertions, 2 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: |