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 5ce3eda commit c7c8adb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ jobs:
main()
- name: Run Python script
run: python test_remote_release.py
run: |
source .venv/bin/activate
python test_remote_release.py
# - name: Setup tmate debug session on failure
# if: ${{ failure() }}
Expand Down

0 comments on commit c7c8adb

Please sign in to comment.