diff --git a/.github/workflows/pytest_ords.yml b/.github/workflows/pytest_ords.yml index cc097142..87f0e89c 100644 --- a/.github/workflows/pytest_ords.yml +++ b/.github/workflows/pytest_ords.yml @@ -33,6 +33,7 @@ jobs: python -m pip install pytest-cov python -m pip install . playwright install + conda install sqlite --force-reinstall - name: Run pytest and Generate coverage report shell: bash -l {0} run: |