Skip to content

Commit

Permalink
Downgrade Python for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Mar 20, 2023
1 parent 38a85e0 commit b87c16d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
# Should upgrade this once we upgrade V8
python-version: '2.7.x'
- name: Checkout V8
run: make v8-checkout
- name: Build V8
Expand Down

0 comments on commit b87c16d

Please sign in to comment.