Skip to content

Commit

Permalink
Try Python 3.12 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Mar 14, 2024
1 parent 8faafc2 commit 037473c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install Browsertime
run: npm ci
- name: Install dependencies
Expand Down

0 comments on commit 037473c

Please sign in to comment.