diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index f99c828..5728e60 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -27,7 +27,7 @@ jobs: sudo alien dremio-odbc-LATEST.x86_64.rpm sudo dpkg -i dremio-odbc*.deb python -m pip install --upgrade pip - pip install -r requirements-dev.txt + pip install -r requirements_dev.txt - name: Test with pytest env: DREMIO_CONNECTION_URL: ${{ secrets.DREMIO_CONNECTION_URL }}