diff --git a/.github/workflows/test_checkin.yml b/.github/workflows/test_checkin.yml index 834bb9d8..0ac6450a 100644 --- a/.github/workflows/test_checkin.yml +++ b/.github/workflows/test_checkin.yml @@ -133,9 +133,9 @@ jobs: echo "C:\ProgramData\Chocolatey\bin" >> $GITHUB_PATH - name: Install dependencies run: | - python -m pip install --upgrade pip - python -m pip install --upgrade -r requirements.txt - python -m pip install . + pip install --upgrade pip + pip install --upgrade -r requirements.txt + pip install . - name: Run Tests run: | make ${{ env.CI_TARGET }} diff --git a/pytest.ini b/pytest.ini index 22d0ba07..b7769a4b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] filterwarnings = error::DeprecationWarning - error::pytest.PytestWarning \ No newline at end of file + error::pytest.PytestWarning