diff --git a/.github/workflows/lint_and_tests.yml b/.github/workflows/lint_and_tests.yml index 8d50a62..9efead8 100644 --- a/.github/workflows/lint_and_tests.yml +++ b/.github/workflows/lint_and_tests.yml @@ -19,9 +19,9 @@ jobs: # python-version: '3.12' # cache: 'pip' - # - name: Install requirements - # run: | - # python3 -m pip install -r requirements.txt + - name: Install requirements + run: | + python3 -m pip install -r requirements.txt # - name: Venv in Github Path # run: echo "$PWD/.venv/bin" >> $GITHUB_PATH