[python] fix: GitHub Copilot login

Resolves: tdpeuter/sisyphus#16
This commit is contained in:
Tibo De Peuter 2024-04-10 10:07:20 +02:00
parent 198b31526f
commit 4245f7cac3
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 8 additions and 7 deletions

View file

@ -21,6 +21,7 @@
biopython
numpy
dask
numba
];
in {
devShells.default = pkgs.mkShell {
@ -32,7 +33,7 @@
memray
# Editor of your choice
# jetbrains.pycharm-professional
# (jetbrains.plugins.addPlugins jetbrains.pycharm-professional [ "github-copilot" ])
# vscodium
]);
};