Skip to content

Commit

Permalink
add venv activate to script step
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Jan 22, 2025
1 parent afa5aba commit c625f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/amd_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Run script
shell: bash
run: |
source ${{ matrix.venv-dir }}/bin/activate
python3 .github/workflows/runner.py
cat result.json # Debug: show output
Expand Down

0 comments on commit c625f7d

Please sign in to comment.