From 6f955b3d6b248068359c1d098ecba97d57810429 Mon Sep 17 00:00:00 2001 From: gaetanfacchinetti Date: Thu, 1 Feb 2024 17:32:17 +0100 Subject: [PATCH] modifying correctly the workflow --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 66e41a0..8bdb6e0 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -29,7 +29,7 @@ jobs: python -m pip install --upgrade pip python -m pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - pip install py21cmcast + python -m pip install py21cmcast - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names