diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1193d65..af0cf96 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,6 @@ jobs: - name: Display Python version run: python -c "import sys; print(sys.version)" - name: Install dependencies - run: python -m pip install requirements.txt + run: python -m pip install -r requirements.txt - name: Run tests run: python -m pytest -vs