Skip to content

Commit

Permalink
fix python path for file
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jun 25, 2024
1 parent d50f034 commit b6294f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: tj-actions/changed-files@v41

- name: Set environment variables based on changed files
run: python ./.github/set_env_vars.py
run: python .github/detect_module_changes.py
env:
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}

Expand Down

0 comments on commit b6294f8

Please sign in to comment.