Skip to content

Commit

Permalink
fix(ci): remove unnecessary Python dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahinism committed Jul 17, 2024
1 parent 73cb8b7 commit 8c27c86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 3 additions & 5 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
let
python-packages =
p: with p; [
# python-lsp-server
# importmagic
# epc
# black
# mypy
python-lsp-server
importmagic
epc
];
in
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
let
python-packages =
p: with p; [
pip
python-lsp-server
importmagic
epc
black # still necessary for some editors
];
in
{% endblock %}
Expand Down

0 comments on commit 8c27c86

Please sign in to comment.