Skip to content

Commit

Permalink
chore: testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Apr 18, 2024
1 parent bc5e3d7 commit 01862d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
defaults:
run:
shell: bash # strict bash
working-directory: ./scripts

jobs:
check_dependencies:
Expand All @@ -30,4 +31,5 @@ jobs:
run: chmod +x find_dependencies.py

- name: Run Python script
run: python find_dependencies.py edx-platform --org edx
run: python find_dependencies.py edx-platform --org edx

0 comments on commit 01862d2

Please sign in to comment.