Skip to content

Commit

Permalink
comenting out tests to in workflow to see if they run with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Jan 31, 2024
1 parent 33d39de commit 7876802
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Create Environment File
run: echo "PYTHONPATH=$(pwd):$(pwd)/src" >> ${{ runner.workspace }}/.env

#- name: Test with pytest
# run: python -m poetry run pytest --cov
# env:
# PYTHONPATH: ${{ env.PYTHONPATH }}
# ENV_FILE: ${{ runner.workspace }}/.env
- name: Test with pytest
run: python -m poetry run pytest --cov
env:
PYTHONPATH: ${{ env.PYTHONPATH }}
ENV_FILE: ${{ runner.workspace }}/.env

0 comments on commit 7876802

Please sign in to comment.