Skip to content

Commit

Permalink
[python3] Fix regen_certs.yml for the python3 migration (web-platform…
Browse files Browse the repository at this point in the history
…-tests#27612)

This was trying to call 'wpt' with python 2, which is now rejected.
  • Loading branch information
stephenmcgruer authored Feb 12, 2021
1 parent 3586ff7 commit 94e1730
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/regen_certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Checkout
uses: actions/checkout@v2
- name: Regenerate certs
Expand Down

0 comments on commit 94e1730

Please sign in to comment.