diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c590b43..f7a8f2b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install dependencies - run: pip install -r requirements.txt && pip install -r requirements-test.txt + run: pip install -r requirements.test.txt - name: Run tests run: python -m unittest discover -s tests -p "*_tests.py" # Replace with your test command