Skip to content

Commit

Permalink
updated run check status command
Browse files Browse the repository at this point in the history
  • Loading branch information
abachleda-baca committed Oct 17, 2024
1 parent 7db8293 commit 74e7be5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-change-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
id: check-change-status
if: steps.hosted-zone-changed-files.outputs.any_changed == 'true'
run: |
source venv/bin/activate
python3 check_change_status.py
pipenv run python3 check_change_status.py
env:
CHANGE_STATUS_OUTPUT: ${{ env.CHANGE_STATUS_OUTPUT }}
PYTHONUNBUFFERED: 1
Expand Down

0 comments on commit 74e7be5

Please sign in to comment.