From 2660cf45259a480f4b0dd05cb0b2f7fa6a516ebf Mon Sep 17 00:00:00 2001 From: ppinchuk Date: Mon, 8 Jul 2024 10:11:54 -0600 Subject: [PATCH] Try to fix GHA --- .github/workflows/pytest_ords.yml | 1 + 1 file changed, 1 insertion(+) 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: |