diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 96adaac..ebc51cd 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -17,7 +17,7 @@ jobs:
           python-version: "3.x"
 
       - name: Install dependencies
-        run: flake8 black[jupyter] isort
+        run: pip3 install flake8 black[jupyter] isort
 
       - name: Lint with flake8
         run: make linter
\ No newline at end of file