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 8923f45 commit ddcdf25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ jobs:
if __name__ == "__main__":
main()
EOF
- name: Run Python script
run: |
source .venv/bin/activate
Expand Down

0 comments on commit ddcdf25

Please sign in to comment.