Skip to content

Commit

Permalink
look for path directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 16, 2023
1 parent cafd5cd commit 714c67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 714c67e

Please sign in to comment.