From 714c67efd716be68e832cf1a453bf6fdd45787b7 Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Thu, 16 Nov 2023 10:16:16 -0700 Subject: [PATCH] look for path directory --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 24a26942..cfc51369 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -20,7 +20,7 @@ jobs: matrix: python-version: - "3.8" - - "3.9" + # - "3.9" # Support for Python 3.10 and 3.11 is temproarily disabled # - "3.10" # - "3.11" @@ -38,7 +38,7 @@ jobs: pip install pytest pytest-cov - name: Test with pytest run: | - ls -a + ls /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/agoradatatools/great_expectations pytest tests/ -s --cov=agoradatatools --cov-report=html - name: Upload pytest test results uses: actions/upload-artifact@v3