Skip to content

Commit

Permalink
Refactor to python.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Aug 16, 2024
1 parent 7aee3e3 commit 56b0f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Run Python script
run: |
source .venv_test/bin/activate
python test_remote_release.py
python -u test_remote_release.py
# - name: Setup tmate debug session on failure
# if: ${{ failure() }}
Expand Down

0 comments on commit 56b0f91

Please sign in to comment.