Skip to content

Commit

Permalink
update yml to not use module syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRyanSmith committed May 2, 2022
1 parent 8315e77 commit 090b799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_chromium_revision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: pip install requests
- name: execute update_chromium_revision.py
run: python -m tools.wpt.update_chromium_revision
run: python tools/wpt/update_chromium_revision.py
- name: Create pull request
# Use a conditional step instead of a conditional job to work around #20700.
if: github.repository == 'web-platform-tests/wpt'
Expand Down

0 comments on commit 090b799

Please sign in to comment.